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 = {
|
self.punctuation = {
|
||||||
'levels':{
|
'levels':{
|
||||||
'NONE': '',
|
'NONE': '',
|
||||||
'SOME': '.,:-$~+*-/\\@;',
|
'SOME': '.-$~+*-/\\@',
|
||||||
|
'MOST': '.,:-$~+*-/\\@!#%^&*()[]}{<>;',
|
||||||
'ALL': string.punctuation,
|
'ALL': string.punctuation,
|
||||||
},
|
},
|
||||||
'punctuationDict':{
|
'punctuationDict':{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user