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
4a1d4be94a
commit
d35cedcd85
@ -60,6 +60,8 @@ def normalize_text(utt: str, language: str) -> str:
|
||||
.replace("?", "")
|
||||
.replace("!", "")
|
||||
.replace("?", "")
|
||||
.replace("‘", "")
|
||||
.replace("、", "")
|
||||
)
|
||||
else:
|
||||
raise NotImplementedError(
|
||||
|
Loading…
x
Reference in New Issue
Block a user