diff --git a/egs/tedlium2/ASR/.prepare.sh.swp b/egs/tedlium2/ASR/.prepare.sh.swp index 51ecd475f..c40232d79 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 a794d2233..1eb77828d 100755 --- a/egs/tedlium2/ASR/prepare.sh +++ b/egs/tedlium2/ASR/prepare.sh @@ -180,7 +180,7 @@ if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then if [ ! -f data/lm/G_4_gram_small.fst.txt ]; then # It is used in building HLG 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 \ diff --git a/icefall/.decode.py.swp b/icefall/.decode.py.swp index 52333fa9c..76584fbea 100644 Binary files a/icefall/.decode.py.swp and b/icefall/.decode.py.swp differ