always replace colon with space for seperate words
This commit is contained in:
parent
de62c6f70e
commit
cc2e5860c5
@ -13,6 +13,7 @@ class punctuationManager():
|
||||
def initialize(self, environment):
|
||||
self.env = environment
|
||||
self.allPunctNone = dict.fromkeys(map(ord, string.punctuation), None)
|
||||
self.allPunctNone[':'] = ' '
|
||||
self.punctuation = {
|
||||
'levels':{
|
||||
'NONE': '',
|
||||
|
Loading…
Reference in New Issue
Block a user