-
egouvea committed patchset 2321 of module regressionResults to the CMU Sphinx CVS repository, changing 1 files.
2009-12-17 05:46:22 UTC by egouvea
-
egouvea committed patchset 2320 of module regressionResults to the CMU Sphinx CVS repository, changing 1 files.
2009-12-17 04:53:45 UTC by egouvea
-
You can use underlines in text if you escape them, i.e., write \\\_ every time an underscore appears.
2009-12-17 02:26:09 UTC by larry-a-taylor
-
So, what is the format of the CTM file? Examples if you have them.
How is the "dry run" such a hack? I would appreciate advice, and see what other people have done, if possible.
Peter and Arthur, did you complete the design that you were using when you wrote the code?
I don't think any of the demo programs use BatchNISTRecognizer or BatchForcedAlignerRecognizer.
In the code of...
2009-12-17 02:19:03 UTC by larry-a-taylor
-
> >
>
> I think I didn't miss anything in tutorial.
>
> You did. You forgot to run:
>
> ../sphinx3/scripts/setup_sphinx3.pl
> -task pl1
This instruction is not on the tutorial page, http://www.speech.cs.cmu.edu/sphinx/tutorial.html#sphinx3
The tutorial asks us to do this instead:
cd sphinx3
If you installed AN4
perl scripts/setup\_tutorial.pl an4
.....
2009-12-17 01:51:12 UTC by larry-a-taylor
-
egouvea committed patchset 2319 of module regressionResults to the CMU Sphinx CVS repository, changing 1 files.
2009-12-17 01:33:22 UTC by egouvea
-
Of course the requested people are somewhere around, but you could keep their and your time by asking the question you need to ask. From the question you wrote it's not clear what exact problem do you have.
2009-12-17 01:28:54 UTC by nshmyrev
-
While exploring the source code, BatchNISTRecognizer.java, it says that it didn't document the CTM files because the authors need to think about it, and that getting the "dry run" was a hack.
It says to talk to Peter Wolf (love your music) and Arthur Chan. Are they around?
I would appreciate anyone that could help with the batch recognizer code. LAT.
2009-12-17 01:02:56 UTC by larry-a-taylor
-
> HOW TO CREATE DMP FILE WITH LMTOOLKIT?
You can use language model without conversion to DMP, you can just point it in configuration file:
$DEC\_CFG\_LANGUAGEMODEL = "$DEC\_CFG\_LANGUAGEMODEL\_DIR/pl1.lm";
You can convert lm file into DMP file with application sphinx3\_lm\_convert from sphinx3
> 2. HOW TO DECREASE WORD ERROR RATE?
Your issues is that you have wrong language...
2009-12-16 22:02:17 UTC by nshmyrev
-
Thank you!
Eventually I succeeded in executing decode/slave.pl. It took unexpectedly much time for me but I did it with your help so thanks once more.
**1. HOW TO CREATE DMP FILE WITH LMTOOLKIT?**
http://rapidshare.com/files/321694557/final5.zip.html -> my etc and wav directories
http://www.speedyshare.com/files/19822841/pl1-corpus.zip -> tutorial/pl1/logdir/decode/pl1-1-1.log and...
2009-12-16 17:21:36 UTC by johnyjj2