diff --git a/egs/commonvoice/ASR/local/preprocess_commonvoice.py b/egs/commonvoice/ASR/local/preprocess_commonvoice.py index 4f291a385..0eafed174 100755 --- a/egs/commonvoice/ASR/local/preprocess_commonvoice.py +++ b/egs/commonvoice/ASR/local/preprocess_commonvoice.py @@ -62,6 +62,7 @@ def normalize_text(utt: str, language: str) -> str: .replace("?", "") .replace("‘", "") .replace("、", "") + .upper() ) else: raise NotImplementedError(