Added more smileys and corrected others.
This commit is contained in:
parent
1d7ba49e92
commit
0c3c8354ba
@ -18,7 +18,7 @@ class punctuationManager():
|
|||||||
self.punctuation = {
|
self.punctuation = {
|
||||||
'levels':{
|
'levels':{
|
||||||
'NONE': '',
|
'NONE': '',
|
||||||
'SOME': '.-$~+*-/\\@',
|
'SOME': '#-$~+*-/\\@',
|
||||||
'MOST': '.,:-$~+*-/\\@!#%^&*()[]}{<>;',
|
'MOST': '.,:-$~+*-/\\@!#%^&*()[]}{<>;',
|
||||||
'ALL': string.punctuation,
|
'ALL': string.punctuation,
|
||||||
},
|
},
|
||||||
@ -57,9 +57,10 @@ class punctuationManager():
|
|||||||
'=':'equals',
|
'=':'equals',
|
||||||
},
|
},
|
||||||
'customDict':{
|
'customDict':{
|
||||||
':)':'smile',
|
':)':'smiley',
|
||||||
';)':'twinker',
|
';)':'winking face',
|
||||||
'XD':'loool',
|
'XD':'loool',
|
||||||
|
':@':'angry face',
|
||||||
':D':'lought'
|
':D':'lought'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user