Skip to content
Snippets Groups Projects
Commit 4f58f3a9 authored by Daniel Povey's avatar Daniel Povey Committed by GitHub
Browse files

Merge pull request #1010 from naxingyu/missing-frame-shift-opts

add frame_shift_opts to score
parents dcc08c9d 78811399
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ if [ $stage -le 0 ]; then
lattice-add-penalty --word-ins-penalty=$wip ark:- ark:- \| \
lattice-1best ark:- ark:- \| \
$align_word lattice-align-words $reorder_opts $lang/phones/word_boundary.int $model ark:- ark:- \| \
nbest-to-ctm ark:- - \| \
nbest-to-ctm $frame_shift_opt ark:- - \| \
utils/int2sym.pl -f 5 $lang/words.txt \| \
utils/convert_ctm.pl $data/segments $data/reco2file_and_channel \
'>' $dir/score_LMWT_${wip}/$name.ctm || exit 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment