text_norm updated

This commit is contained in:
jinzr 2024-03-12 12:19:14 +08:00
parent d35cedcd85
commit 4cae6b6c9a

View File

@ -62,6 +62,7 @@ def normalize_text(utt: str, language: str) -> str:
.replace("?", "")
.replace("", "")
.replace("", "")
.upper()
)
else:
raise NotImplementedError(