From ab1a2d99a221fa9340d264214b46203a2ee30727 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 31 May 2023 21:14:54 +0800 Subject: [PATCH] fix a typo --- egs/must_c/ST/local/preprocess_must_c.py | 2 -- egs/must_c/ST/prepare.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/egs/must_c/ST/local/preprocess_must_c.py b/egs/must_c/ST/local/preprocess_must_c.py index f18029406..1ba282bf4 100755 --- a/egs/must_c/ST/local/preprocess_must_c.py +++ b/egs/must_c/ST/local/preprocess_must_c.py @@ -39,8 +39,6 @@ def get_args(): def preprocess_must_c(manifest_dir: Path, tgt_lang: str): - print(manifest_dir) - normalize_punctuation_lang = partial(normalize_punctuation, lang=tgt_lang) remove_non_native_characters_lang = partial( remove_non_native_characters, lang=tgt_lang diff --git a/egs/must_c/ST/prepare.sh b/egs/must_c/ST/prepare.sh index 7f98655af..7334c6256 100755 --- a/egs/must_c/ST/prepare.sh +++ b/egs/must_c/ST/prepare.sh @@ -78,7 +78,7 @@ fi if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then log "Stage 1: Prepare musan manifest" # We assume that you have downloaded the musan corpus - # to data/musan + # to $dl_dir/musan mkdir -p data/manifests if [ ! -e data/manifests/.musan.done ]; then lhotse prepare musan $dl_dir/musan data/manifests