I downloaded sphinx2 from Source Forge and compiled in win2k.
It was successes in VC6 even occur many warnings.
But I can’t find any description about the interfaces in fbs.h
Like fbs_init(), I don’t know should send what information for it.
Though this stupid question, please help me!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know much about this, but for fbs_init() you may want to look at the sample scripts in sphinx2/scripts, which are used to run some of the utilities. You will need to translate them from unix scripts to windows batch files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2000-12-12
Indeed, you can find the arguments in the script under unix or linux when you have compiled it.
Here is an example:
SPHINXDIRE
-adcin TRUE -adcext 16k -ctlfn SPHINXDIR\model\lm\turtle\test.ctl -ctloffset 0 -ctlcount 100000000 -datadir SPHINXDIR\model\lm\turtle -agcmax TRUE -langwt 6.5 -fwdflatlw 8.5 -rescorelw 9.5 -ugwt 0.5 -fillpen 1e-10 -silpen 0.005 -inspen 0.65 -top 4 -topsenfrm 3 -topsenthresh -70000 -beam 2e-06 -npbeam 2e-06 -lpbeam 2e-05 -lponlybeam 0.0005 -nwbeam 0.0005 -fwdflat FALSE -fwdflatbeam 1e-08 -fwdflatnwbeam 0.0003 -bestpath TRUE -kbdumpdir SPHINXDIR\model\lm\turtle -lmfn SPHINXDIR\model\lm\turtle\demo.lm -dictfn SPHINXDIR\model\lm\turtle\demo.dic -phnfn SPHINXDIR\model\hmm\6k\phone -mapfn SPHINXDIR\model\hmm\6k\map -hmmdir SPHINXDIR\model\hmm\6k -hmmdirlist SPHINXDIR\model\hmm\6k -8bsen TRUE -sendumpfn SPHINXDIR\model\hmm\6k\sendump -cbdir SPHINXDIR\model\hmm\6k
where SPHINXDIR is the dir where the sphinx is put.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded sphinx2 from Source Forge and compiled in win2k.
It was successes in VC6 even occur many warnings.
But I can’t find any description about the interfaces in fbs.h
Like fbs_init(), I don’t know should send what information for it.
Though this stupid question, please help me!
I don't know much about this, but for fbs_init() you may want to look at the sample scripts in sphinx2/scripts, which are used to run some of the utilities. You will need to translate them from unix scripts to windows batch files.
Indeed, you can find the arguments in the script under unix or linux when you have compiled it.
Here is an example:
SPHINXDIRE
-adcin TRUE -adcext 16k -ctlfn SPHINXDIR\model\lm\turtle\test.ctl -ctloffset 0 -ctlcount 100000000 -datadir SPHINXDIR\model\lm\turtle -agcmax TRUE -langwt 6.5 -fwdflatlw 8.5 -rescorelw 9.5 -ugwt 0.5 -fillpen 1e-10 -silpen 0.005 -inspen 0.65 -top 4 -topsenfrm 3 -topsenthresh -70000 -beam 2e-06 -npbeam 2e-06 -lpbeam 2e-05 -lponlybeam 0.0005 -nwbeam 0.0005 -fwdflat FALSE -fwdflatbeam 1e-08 -fwdflatnwbeam 0.0003 -bestpath TRUE -kbdumpdir SPHINXDIR\model\lm\turtle -lmfn SPHINXDIR\model\lm\turtle\demo.lm -dictfn SPHINXDIR\model\lm\turtle\demo.dic -phnfn SPHINXDIR\model\hmm\6k\phone -mapfn SPHINXDIR\model\hmm\6k\map -hmmdir SPHINXDIR\model\hmm\6k -hmmdirlist SPHINXDIR\model\hmm\6k -8bsen TRUE -sendumpfn SPHINXDIR\model\hmm\6k\sendump -cbdir SPHINXDIR\model\hmm\6k
where SPHINXDIR is the dir where the sphinx is put.