online2-wav-nnet3-latgen-faster \
--word-symbol-table=exp/tdnn/graph/words.txt --frame-subsampling-factor=3 --frames-per-chunk=51 \
--acoustic-scale=1.0 --beam=12.0 --lattice-beam=6.0 --max-active=10000 \
--config=exp/tdnn/conf/online.conf \
exp/tdnn/final.mdl exp/tdnn/graph/HCLG.fst ark:decoder-test.utt2spk scp:decoder-test.scp ark:- |
lattice-lmrescore --lm-scale=-1.0 ark:- 'fstproject --project_output=true data/lang_test_rescore/G.fst |' ark:- |
lattice-lmrescore-const-arpa ark:- data/lang_test_rescore/G.carpa ark:- |
lattice-1best --acoustic-scale=0.08333 ark:- ark,t:- |
lattice-align-words data/lang_test_rescore/phones/word_boundary.int exp/tdnn/final.mdl ark:- ark:- |
nbest-to-ctm ark:- - |
local/
int2sym.pl -f 5 data/lang_test_rescore/words.txt - -