Update text_normlization.py

pull/2661/head
David An (An Hongliang) 3 years ago committed by GitHub
parent 8f543c4866
commit 78f3538ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,8 +85,6 @@ class TextNormalizer():
sentence = sentence.replace('','').replace('','9')
sentence = sentence.replace('','').replace('','0')
return sentence
def normalize_sentence(self, sentence: str) -> str:

Loading…
Cancel
Save