8 run_program pocketsphinx_batch \
9 -hmm $model/hmm/en_US/hub4wsj_sc_8k \
10 -jsgf $data/cards/cards.gram \
11 -dict $model/lm/en_US/cmu07a.dic \
12 -ctl $data/cards/cards.fileids \
20 # Test whether it actually completed
27 # Check the decoding results
29 $tests/word_align.pl -i $data/cards/cards.transcription $bn.match | grep 'TOTAL Percent'
30 compare_table "match" $data/cards/cards.hyp $bn.match 1000000