text_norm updated

This commit is contained in:
jinzr 2024-03-12 12:18:22 +08:00
parent 4a1d4be94a
commit d35cedcd85

View File

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