?? test-dag.sh.in
字號:
#!/bin/shecho "DAG TEST"tmpout="test-dag.out"sh @abs_top_builddir@/libtool --mode=execute @abs_top_builddir@/src/programs/dag \-mdef @abs_top_srcdir@/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/hub4opensrc.6000.mdef \-fdict @abs_top_srcdir@/model/lm/an4/filler.dict \-dict @abs_top_srcdir@/model/lm/an4/an4.dict \-lm @abs_top_srcdir@/model/lm/an4/an4.ug.lm.DMP \-lw 13.0 \-inspen 0.2 \-ctl @abs_top_srcdir@/model/lm/an4/an4.ctl.platform_independent \-inlatdir @abs_top_srcdir@/model/lm/an4/ \-logbase 1.0003 \-backtrace 1 > $tmpout grep "BSTPTH:" $tmpout grep "BSTXCT" $tmpout if(grep "BSTPTH:" $tmpout |grep "P I T T S B U R G H" > /dev/null 2>&1); \then echo "DAG test PASSED" ; else \echo "DAG test FAILED" ; fi
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -