add : and - to punctuation level

This commit is contained in:
chrys 2016-09-29 23:12:56 +02:00
parent 598ef8d96c
commit 187f45e868

View File

@ -18,7 +18,7 @@ class punctuationManager():
'levels':{ 'levels':{
'1':',', '1':',',
'2':'.', '2':'.',
'3':'.,', '3':'.,:-',
}, },
'punctuationDict':{ 'punctuationDict':{
'&':'and', '&':'and',