mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
text_norm updated
This commit is contained in:
parent
d35cedcd85
commit
4cae6b6c9a
@ -62,6 +62,7 @@ def normalize_text(utt: str, language: str) -> str:
|
||||
.replace("?", "")
|
||||
.replace("‘", "")
|
||||
.replace("、", "")
|
||||
.upper()
|
||||
)
|
||||
else:
|
||||
raise NotImplementedError(
|
||||
|
Loading…
x
Reference in New Issue
Block a user