from local

This commit is contained in:
dohe0342 2023-02-21 15:55:23 +09:00
parent 0ecadc6168
commit 79911a5cc3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -190,7 +190,7 @@ if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then
if [ ! -f data/lm/G_4_gram_big.fst.txt ]; then if [ ! -f data/lm/G_4_gram_big.fst.txt ]; then
# It is used for LM rescoring # It is used for LM rescoring
python3 -m kaldilm \ python3 -m kaldilm \
--read-symbol-table="data/lang/words.txt" \ --read-symbol-table="data/lang_bpe_500/words.txt" \
--disambig-symbol='#0' \ --disambig-symbol='#0' \
--max-order=4 \ --max-order=4 \
--max-arpa-warnings=-1 \ --max-arpa-warnings=-1 \