Speech Recognition Engines

Flat
speech recoginion sphinx3
User: J Padmavathi
Date: 1/22/2009 3:06 am
Views: 12654
Rating: 7

Hi

I have been following the tutorial of  http://www.speech.cs.cmu.edu/sphinx/tutorial.html page.

Everything is okay until I try to perform a preliminary decode using the following command:

perl scripts_pl/decode/slave.pl

Does anyone knows how to solve the following error:

MODULE: DECODE Decoding using models previously trained
        Decoding 600 segments starting at 0 (part 1 of 1)
        0%
This step had 1 error msg and 1 warning msg


SENTENCE ERROR: 35.5%(213/600)

word error rate:6.8%(385/5681)

I looked up into the rm1/result directory and I found rm1.align and  rm1.match 

In .html file

FATAL ERROR :"mdef.c", line 679 :No mdef file

this step had 1 error msg and 0 waring msg

failed to start : home/user/desktop/tutorial/rm1/bin/sphinx3_decode

What can I do?

Thanks 

--- (Edited on 1/22/2009 3:06 am [GMT-0600] by Visitor) ---

Re: speech recoginion sphinx3
User: nsh
Date: 1/23/2009 11:43 am
Views: 102
Rating: 6

Most probably you are using rather old sphinx3. Provide the version information next time.

And even better, upload your files somewhere and give us a link. We aren't telepathy experts.

--- (Edited on 1/23/2009 11:44 am [GMT-0600] by nsh) ---

Re: speech recoginion sphinx3
User: J Padmavathi
Date: 1/24/2009 3:02 am
Views: 100
Rating: 6

--- (Edited on 1/24/2009 3:02 am [GMT-0600] by Visitor) ---

Re: speech recoginion sphinx3
User: J Padmavathi
Date: 1/24/2009 3:04 am
Views: 72
Rating: 5

--- (Edited on 1/24/2009 3:04 am [GMT-0600] by Visitor) ---

Re: speech recoginion sphinx3
User: J Padmavathi
Date: 1/24/2009 3:04 am
Views: 119
Rating: 6

--- (Edited on 1/24/2009 3:04 am [GMT-0600] by Visitor) ---

Re: speech recoginion sphinx3
User: J Padmavathi
Date: 1/24/2009 3:05 am
Views: 62
Rating: 6

--- (Edited on 1/24/2009 3:05 am [GMT-0600] by Visitor) ---

Re: speech recoginion sphinx3
User: J Padmavathi
Date: 1/24/2009 3:07 am
Views: 93
Rating: 7

--- (Edited on 1/24/2009 3:07 am [GMT-0600] by Visitor) ---

Re: speech recoginion sphinx3
User: J Padmavathi
Date: 1/24/2009 3:07 am
Views: 63
Rating: 5

--- (Edited on 1/24/2009 3:07 am [GMT-0600] by Visitor) ---

Re: speech recoginion sphinx3
User: J Padmavathi
Date: 1/24/2009 3:15 am
Views: 137
Rating: 7

sir thanks for reply

I getten tutorial from Robust Group open source from CMU

and software also getten from that tutorial links

SphinxTrain.nightly.tar.gz

sphinxbase.nightly.tar.gz

sphnix3.nightly.tar.gz

rm1_cepstra.tar.gz

all these files put in home/user/padma/tutorial/SphinxTrain

                              home/user/padma/tutorial/Sphinxbase

                                                                     /Sphinx3

                                                                     /rm1

ie all folders in tutorial

first step:using unzip command unzip folders

2nd step:go to sphinxTrain dir

               do the following commands

                ./configure

                   make

                 perl scripts_pl/setup_tutorial.pl rm1

                go to sphinxbase do the following

                ./configure

                 make

                 go to sphinx3  do the following

                 ./configure

                  make

                   make install

                  perl scripts/setup_tutorial.pl rm1

here I have some errors

/usr/local/lib/libs3decoder.la'
/usr/bin/install -c .libs/libs3decoder.so.0.0.6 /usr/local/lib/libs3decoder.so.0.0.6
/usr/bin/install: cannot create regular file `/usr/local/lib/libs3decoder.so.0.0.6': Permission denied
make[4]: *** [install-libLTLIBRARIES] Error 1
make[4]: Leaving directory `/home/user/padma/tutorial/sphinx3/src/libs3decoder'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/user/padma/tutorial/sphinx3/src/libs3decoder'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/user/padma/tutorial/sphinx3/src/libs3decoder'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/user/padma/tutorial/sphinx3/src'
make: *** [install-recursive] Error 1

 

 

**************************************************

After this i do a preliminary training run

 

go to rm1 dir do the following command

perl scripts_pl/RunAll.pl

 

 

After this i do t a preliminary decode  using following command

 

perl scripts_pl/decode/slave.pl

 

 here i got error is

 

[user@localhost rm1]$ perl scripts_pl/decode/slave.pl
MODULE: DECODE Decoding using models previously trained
        Decoding 600 segments starting at 0 (part 1 of 1)
        0%
This step had 1 ERROR messages and 1 WARNING messages.  Please check the log file for details.
        Aligning results to find error rate
        SENTENCE ERROR: 35.5% (213/600)   WORD ERROR RATE: 6.8% (385/5681)

 

 

 

--- (Edited on 1/24/2009 3:16 am [GMT-0600] by Visitor) ---

Re: speech recoginion sphinx3
User: nsh
Date: 1/24/2009 9:33 am
Views: 101
Rating: 7

Heh, and why did you ignore the first error and expected everything will be fine after?


You just need to run sphinx3 make install as a root to get required permissions.

 

--- (Edited on 1/24/2009 9:33 am [GMT-0600] by nsh) ---

PreviousNext