Skip to content

Commit

Permalink
[egs] Small fix to tedlium score_basic.sh (which is not used by defau…
Browse files Browse the repository at this point in the history
…lt), thanks @danoneata
  • Loading branch information
danpovey committed Nov 7, 2017
1 parent 978e38e commit e003f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/tedlium/s5_r2/local/score_basic.sh
Expand Up @@ -45,7 +45,7 @@ $cmd LMWT=$min_lmwt:$max_lmwt $dir/scoring/log/best_path.LMWT.log \
$cmd LMWT=$min_lmwt:$max_lmwt $dir/scoring/log/score.LMWT.log \
cat $dir/scoring/LMWT.tra \| \
utils/int2sym.pl -f 2- $symtab \| \
sed 's:\\<unk>\\]::g' \| \
sed "'s:<unk>::g'" \| \
compute-wer --text --mode=present \
ark:$dir/scoring/test_filt.txt ark,p:- ">&" $dir/wer_LMWT || exit 1;

Expand Down

0 comments on commit e003f29

Please sign in to comment.