diff --git a/src/fenrir/core/punctuation.py b/src/fenrir/core/punctuation.py index 9045a227..b1327253 100644 --- a/src/fenrir/core/punctuation.py +++ b/src/fenrir/core/punctuation.py @@ -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',