Added a 'most' setting for punctuation. Some now reads less punctuation than before, but still the important stuff.
This commit is contained in:
parent
d39db88efd
commit
edc05d274b
@ -16,7 +16,8 @@ class punctuationManager():
|
||||
self.punctuation = {
|
||||
'levels':{
|
||||
'NONE': '',
|
||||
'SOME': '.,:-$~+*-/\\@;',
|
||||
'SOME': '.-$~+*-/\\@',
|
||||
'MOST': '.,:-$~+*-/\\@!#%^&*()[]}{<>;',
|
||||
'ALL': string.punctuation,
|
||||
},
|
||||
'punctuationDict':{
|
||||
|
Loading…
Reference in New Issue
Block a user