mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
fix a typo
This commit is contained in:
parent
14c938aa07
commit
ab1a2d99a2
@ -39,8 +39,6 @@ def get_args():
|
|||||||
|
|
||||||
|
|
||||||
def preprocess_must_c(manifest_dir: Path, tgt_lang: str):
|
def preprocess_must_c(manifest_dir: Path, tgt_lang: str):
|
||||||
print(manifest_dir)
|
|
||||||
|
|
||||||
normalize_punctuation_lang = partial(normalize_punctuation, lang=tgt_lang)
|
normalize_punctuation_lang = partial(normalize_punctuation, lang=tgt_lang)
|
||||||
remove_non_native_characters_lang = partial(
|
remove_non_native_characters_lang = partial(
|
||||||
remove_non_native_characters, lang=tgt_lang
|
remove_non_native_characters, lang=tgt_lang
|
||||||
|
|||||||
@ -78,7 +78,7 @@ fi
|
|||||||
if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
|
if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
|
||||||
log "Stage 1: Prepare musan manifest"
|
log "Stage 1: Prepare musan manifest"
|
||||||
# We assume that you have downloaded the musan corpus
|
# We assume that you have downloaded the musan corpus
|
||||||
# to data/musan
|
# to $dl_dir/musan
|
||||||
mkdir -p data/manifests
|
mkdir -p data/manifests
|
||||||
if [ ! -e data/manifests/.musan.done ]; then
|
if [ ! -e data/manifests/.musan.done ]; then
|
||||||
lhotse prepare musan $dl_dir/musan data/manifests
|
lhotse prepare musan $dl_dir/musan data/manifests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user