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