WinCE平台上的语音识别程序

源代码在线查看: test-tidigits-fsg.sh

软件大小: 5925 K
上传用户: flashlee2003200
关键词: WinCE 语音识别 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/sh								. ../testfuncs.sh								bn=`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 completed				if [ $? = 0 ]; then				    pass "run"				else				    fail "run"				fi								# Check the decoding results				grep 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							

相关资源