Added punctuation to the punctuation manager.
This commit is contained in:
parent
eac865da3d
commit
b2f31fde39
@ -20,8 +20,37 @@ class punctuationManager():
|
|||||||
'3':'.,',
|
'3':'.,',
|
||||||
},
|
},
|
||||||
'punctuationDict':{
|
'punctuationDict':{
|
||||||
'.':'punkt',
|
'&':'and',
|
||||||
',':'komma'
|
"'":"apostrophe",
|
||||||
|
'@':'at',
|
||||||
|
'\\':'backslash',
|
||||||
|
'|':'bar',
|
||||||
|
'!':'bang',
|
||||||
|
'^':'carrot',
|
||||||
|
':':'colon',
|
||||||
|
',':'comma',
|
||||||
|
'-':'dash',
|
||||||
|
'$':'dollar',
|
||||||
|
'.':'dot',
|
||||||
|
'>':'greater',
|
||||||
|
'`':'grave',
|
||||||
|
'#':'hash',
|
||||||
|
'{':'left brace',
|
||||||
|
'[':'left bracket',
|
||||||
|
'(':'left paren',
|
||||||
|
'<':'less',
|
||||||
|
'%':'percent',
|
||||||
|
'+':'plus',
|
||||||
|
'?':'question',
|
||||||
|
'"':'quote',
|
||||||
|
')':'right paren',
|
||||||
|
'}':'right brace',
|
||||||
|
']':'right bracket',
|
||||||
|
';':'simi colon',
|
||||||
|
'/':'slash',
|
||||||
|
'*':'star',
|
||||||
|
'~':'tilde',
|
||||||
|
'_':'line',
|
||||||
},
|
},
|
||||||
'customDict':{
|
'customDict':{
|
||||||
'chrys':'awsome',
|
'chrys':'awsome',
|
||||||
|
Loading…
Reference in New Issue
Block a user