⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test-tidigits-simple.sh

📁 WinCE平台上的语音识别程序
💻 SH
字号:
#!/bin/sh. ../testfuncs.shbn=`basename $0 .sh`echo "Test: $bn"run_program pocketsphinx_batch \    -hmm $model/hmm/tidigits \    -lm $model/lm/tidigits/tidigits.lm.DMP \    -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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -