Skip to content

Commit

Permalink
[scripts] Fix a typo in steps/dict/learn_lexicon_bayesian.sh (kaldi-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohui-zhang authored and danpovey committed May 2, 2019
1 parent f7117db commit df1ebbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/wsj/s5/steps/dict/learn_lexicon_bayesian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ if [ $stage -le 5 ]; then
# Prune away pronunciations which have low acoustic evidence from the first pass of lattice alignment.
$cmd $dir/lats_iter1/log/prune_pron_candidates.log steps/dict/internal/prune_pron_candidates.py \
--variant-counts-ratio $variant_counts_ratio \
$dir/lats_iter1/pron_stats.txt $dir/lexicon_phonetic_decoding_pruned.txt $dir/lexiconp_g2p.txt $dir/ref_lexicon.txt \
$dir/lats_iter1/pron_stats.txt $dir/lexicon_phonetic_decoding.txt $dir/lexiconp_g2p.txt $dir/ref_lexicon.txt \
$dir/lexicon_phonetic_decoding_pruned.txt $dir/lexicon_g2p_pruned.txt

# Filter out words which don't appear in the acoustic training data
Expand Down

0 comments on commit df1ebbc

Please sign in to comment.