add double byte normalization char, test=tts

pull/2661/head
david.95 3 years ago
parent 66840bad9e
commit 92fd88ddaa

@ -73,7 +73,8 @@ class TextNormalizer():
def _post_replace(self, sentence: str) -> str: def _post_replace(self, sentence: str) -> str:
sentence = sentence.replace('/', '') sentence = sentence.replace('/', '')
sentence = sentence.replace('~', '') sentence = sentence.replace('~', '').replace('','')
return sentence return sentence

Loading…
Cancel
Save