Hello, I'm a undergraduate student in Korea.
I'm studying Speech Recognition for entering graduate school now.
Since I wanted to build up Sphinx3 system, have installed Sphinx3 tutorial following introduction page
where is on http://www.speech.cs.cmu.edu/sphinx/tutorial.html .
First I've installed "NIST's sclite" for WER,
then extracted "rm1" and "SphinxTrain".
then excuted "./configure", "make" and "perl scripts_pl/setup_tutorial.pl rm1".
then extracted "Sphinx3.nightly" , excuted "./configure", "make", "make install"
and "perl scripts/setup_tutorial.pl rm1"
I think it's done well.
And for training, excuted "perl scripts_pl/RunAll.pl" which took sevral minute.
Then finally excuted "perl scripts_pl/decode/slave.pl" for decoding.
Also I modified "$DEC_CFG_ALIGN = "builtin" " to "sclite" in "etx/sphinx_decode.cfg" before decoding.
BUT!!
I've got some problems.
When I was excuting decoding, I've seen the message as below.
===========================================================================================
$ perl scripts_pl/decode/slave.pl
MODULE: DECODE Decoding using models previously trained
Decoding 600 segments starting at 0 (part 1 of 1)
Using files: 0% ERROR: ERROR: "wid.c", line 282: <UNK> is not a word in dictionary
and it is not a class tag.
SENTENCE ERROR: 0.000% (0/0) WORD ERROR RATE: 0.000% (0/0)
$
===========================================================================================
I think there shoud be someting between Using and files 4th line in the above error message.
Could you let me konw how I can solve the problems, please?
I've tried to install the system for 1 week.
I'm waiting for your reply.
Thank you for reading my letter.
Oh, I've installed sphinxbase because I had different error befor installing sphinxbase.
I've found command for installing sphinxbase in the README file in the Sphinx directory.
The command is as below.
===========================================================================================
Linux/Unix Installation:
^^^^^^^^^^^^^^^^^^^^^^^^
Starting from Sphinx 3.7, you need to compile sphinxbase before
compilation of sphinx3. The layout of the directory should look
like this:
sphinx3/
sphinxbase/
===========================================================================================
Please help me.
Have a good day~.
Yongjin Park
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I'm a undergraduate student in Korea.
I'm studying Speech Recognition for entering graduate school now.
Since I wanted to build up Sphinx3 system, have installed Sphinx3 tutorial following introduction page
where is on http://www.speech.cs.cmu.edu/sphinx/tutorial.html .
First I've installed "NIST's sclite" for WER,
then extracted "rm1" and "SphinxTrain".
then excuted "./configure", "make" and "perl scripts_pl/setup_tutorial.pl rm1".
then extracted "Sphinx3.nightly" , excuted "./configure", "make", "make install"
and "perl scripts/setup_tutorial.pl rm1"
I think it's done well.
And for training, excuted "perl scripts_pl/RunAll.pl" which took sevral minute.
Then finally excuted "perl scripts_pl/decode/slave.pl" for decoding.
Also I modified "$DEC_CFG_ALIGN = "builtin" " to "sclite" in "etx/sphinx_decode.cfg" before decoding.
BUT!!
I've got some problems.
When I was excuting decoding, I've seen the message as below.
===========================================================================================
$ perl scripts_pl/decode/slave.pl
MODULE: DECODE Decoding using models previously trained
Decoding 600 segments starting at 0 (part 1 of 1)
Using files: 0% ERROR: ERROR: "wid.c", line 282: <UNK> is not a word in dictionary
and it is not a class tag.
SENTENCE ERROR: 0.000% (0/0) WORD ERROR RATE: 0.000% (0/0)
$
===========================================================================================
I think there shoud be someting between Using and files 4th line in the above error message.
Could you let me konw how I can solve the problems, please?
I've tried to install the system for 1 week.
I'm waiting for your reply.
Thank you for reading my letter.
Oh, I've installed sphinxbase because I had different error befor installing sphinxbase.
I've found command for installing sphinxbase in the README file in the Sphinx directory.
The command is as below.
===========================================================================================
Linux/Unix Installation:
^^^^^^^^^^^^^^^^^^^^^^^^
Starting from Sphinx 3.7, you need to compile sphinxbase before
compilation of sphinx3. The layout of the directory should look
like this:
sphinx3/
sphinxbase/
===========================================================================================
Please help me.
Have a good day~.
Yongjin Park