Update punctuation.py
This commit is contained in:
parent
ae180d647f
commit
13a184cc31
@ -12,7 +12,7 @@ punctuation = {
|
||||
'none': '',
|
||||
'some': '#-$~+*-/\\@',
|
||||
'most': '.,:-$~+*-/\\@!#%^&*()[]}{<>;',
|
||||
'all': string.punctuation,
|
||||
'all': string.punctuation + '§',
|
||||
},
|
||||
'PUNCTDICT':{
|
||||
'&':'and',
|
||||
@ -49,7 +49,6 @@ punctuation = {
|
||||
'=':'equals',
|
||||
},
|
||||
'CUSTOMDICT':{
|
||||
'chrys': 'nice chrys'
|
||||
},
|
||||
'EMOTICONDICT':{
|
||||
':)':'smiley',
|
||||
|
Loading…
Reference in New Issue
Block a user