test-tidigits-fsg.sh
来自「WinCE平台上的语音识别程序」· Shell 代码 · 共 28 行
SH
28 行
#!/bin/sh. ../testfuncs.shbn=`basename $0 .sh`echo "Test: $bn"run_program pocketsphinx_batch \ -hmm $model/hmm/tidigits \ -fsg $model/lm/tidigits/test.digits.fsg \ -dict $model/lm/tidigits/tidigits.dic \ -ctl $data/tidigits/tidigits.ctl \ -cepdir $data/tidigits \ -hyp $bn.match \ > $bn.log 2>&1# Test whether it actually completedif [ $? = 0 ]; then pass "run"else fail "run"fi# Check the decoding resultsgrep AVERAGE $bn.log$tests/word_align.pl -i $data/tidigits/tidigits.lsn $bn.match | grep 'TOTAL Percent'compare_table "match" $data/tidigits/$bn.match $bn.match 10000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?