fix a typo

This commit is contained in:
Fangjun Kuang 2023-05-31 21:14:54 +08:00
parent 14c938aa07
commit ab1a2d99a2
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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