Menu

Where can find documents about sphinx2.

Help
Eric Chen
2000-11-06
2012-09-22
  • Eric Chen

    Eric Chen - 2000-11-06

    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!

     
    • Eric Herrmann

      Eric Herrmann - 2000-11-07

      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.

       
    • Anonymous

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.