Update punctuation.py

This commit is contained in:
chrys87 2016-10-20 10:04:20 +02:00 committed by GitHub
parent ae180d647f
commit 13a184cc31

View File

@ -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',