Add : to excluded punctuation

This commit is contained in:
Alexandre Paradis 2021-02-04 13:14:39 -05:00
parent f6ebc6e985
commit 236d84d87b

View File

@ -28,7 +28,7 @@ export namespace Dic {
'outo',
]
export const punctuation = ['! ', ', ', ' - ', ' ', '... ', '.. ', '. ']
export const punctuation = ['! ', ', ', ' - ', ' ', '... ', '.. ', '. ', ': ']
export const synonyms = {
app: ['aplication', 'application', 'client'],