Saturday, June 23, 2007

Update:Sphinx4 installation

Sphinx4 installation update:

1. Downloaded the source of Sphinx4. Here i want to tell that, i have downloaded the binary file before but as i saw that, various turns needs the source of Sphinx4, so at last i went for Sphinx4.src.*

2. These required softwares are installed:

i.j2sdk-1_4_2_14-linux-i586.bin
ii.ant

2. Build the source of Sphinx4. Steps are:

i. Extract the source by jar xvf sphinx4-{version}-src.zip
ii. ant
iii. ant javadoc

3. Then i tried to run the regression test of isolated digits ( TI46 ). For this, i followed the steps:

i. cd /opt/sphinx4/tests/performance/ti46
ii. ant -projecthelp
iii. ant ti46_wordlist


After all these works.. what should i do now?

1 comment:

Md. Abul Hasnat said...

I didn't find the 'tests' directory in the binary distribution. May be I have to build the source distribution and check it there.