From d45e4c61e1f7f509bb85c4b029b7ff9be420ae28 Mon Sep 17 00:00:00 2001 From: jinzr Date: Tue, 12 Mar 2024 12:36:52 +0800 Subject: [PATCH] Update prepare.sh --- egs/commonvoice/ASR/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/commonvoice/ASR/prepare.sh b/egs/commonvoice/ASR/prepare.sh index 50cd203c7..e90deea44 100755 --- a/egs/commonvoice/ASR/prepare.sh +++ b/egs/commonvoice/ASR/prepare.sh @@ -188,7 +188,7 @@ if [ $stage -le 9 ] && [ $stop_stage -ge 9 ]; then # 2. chmod +x ./jq # 3. cp jq /usr/bin gunzip -c data/${lang}/manifests/cv-${lang}_supervisions_train.jsonl.gz \ - | jq '.text' | sed 's/"//g' > $lang_char_dir/text + | jq '.text' | sed 's/"//g' > $lang_dir/text if [ $lang == "yue" ]; then # Get words.txt and words_no_ids.txt