Added a 'most' setting for punctuation. Some now reads less punctuation than before, but still the important stuff.

This commit is contained in:
Storm Dragon 2016-09-30 22:19:07 -04:00
parent d39db88efd
commit edc05d274b

View File

@ -16,7 +16,8 @@ class punctuationManager():
self.punctuation = {
'levels':{
'NONE': '',
'SOME': '.,:-$~+*-/\\@;',
'SOME': '.-$~+*-/\\@',
'MOST': '.,:-$~+*-/\\@!#%^&*()[]}{<>;',
'ALL': string.punctuation,
},
'punctuationDict':{