diff --git a/egs/tedlium2/ASR/.prepare.sh.swp b/egs/tedlium2/ASR/.prepare.sh.swp index c40232d79..f6d8ed129 100644 Binary files a/egs/tedlium2/ASR/.prepare.sh.swp and b/egs/tedlium2/ASR/.prepare.sh.swp differ diff --git a/egs/tedlium2/ASR/prepare.sh b/egs/tedlium2/ASR/prepare.sh index 1eb77828d..e660efe13 100755 --- a/egs/tedlium2/ASR/prepare.sh +++ b/egs/tedlium2/ASR/prepare.sh @@ -190,7 +190,7 @@ if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then if [ ! -f data/lm/G_4_gram_big.fst.txt ]; then # It is used for LM rescoring python3 -m kaldilm \ - --read-symbol-table="data/lang/words.txt" \ + --read-symbol-table="data/lang_bpe_500/words.txt" \ --disambig-symbol='#0' \ --max-order=4 \ --max-arpa-warnings=-1 \