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