add +*-/\@ to temporary hardcoded punctuation setting
This commit is contained in:
parent
a6bb31ca0d
commit
24c1018314
@ -18,7 +18,7 @@ class punctuationManager():
|
|||||||
'levels':{
|
'levels':{
|
||||||
'1':',',
|
'1':',',
|
||||||
'2':'.',
|
'2':'.',
|
||||||
'3':'.,:-',
|
'3':'.,:-$~+*-/\\@',
|
||||||
},
|
},
|
||||||
'punctuationDict':{
|
'punctuationDict':{
|
||||||
'&':'and',
|
'&':'and',
|
||||||
|
Loading…
Reference in New Issue
Block a user