VoxForge
Hi folks,
I hope, someone can help me. First i have to say, i am a real newbie, working with Sphinx and Eclipse.
I tried to download the latest german acoustic model. My problem is, creating a Jar-File out of the Files. I tried to do this with the help of these instructions,
http://cmusphinx.sourceforge.net/sphinx4/doc/UsingSphinxTrainModels.html
... but i failed.
Does anybody have a working Jar-File of a german acoustic model yet?
I also tried the mediafire-link posted in http://sourceforge.net/forum/forum.php?thread_id=1945118&forum_id=5470
This Jar-File isn´t working as well: I get an error message "Can´t instantiate Model Class" , it seems to be a problem with the path to the .Model or /and Modelloader.class. I figured out, that in Model.props is an error "voixforge_de". I changed it but still the same prob.
Thanks, Flaah
--- (Edited on 11/27/2008 1:33 pm [GMT-0600] by ) ---
Download de-test from voxforge, unpack, run
java -jar bin/WavFile.jar
get a result
RESULT: drei neun zwei fünf fünf neun
If it doesn'twork, paste the error log here, it will be more helpful if you'll provide the logs in addition to describing the issue.
--- (Edited on 11/27/2008 6:51 pm [GMT-0600] by nsh) ---
Thank you for the quick answer.
Download de-test from voxforge
Maybe i can´t see the forest because for the trees. Where do i find the de-test package? I searched in Downloads/ Other languages German Acoustic Model but i only found the sphinx train results?
--- (Edited on 11/28/2008 8:55 am [GMT-0600] by Visitor) ---
You need this link:
http://www.mediafire.com/download.php?j1l9d0ujmgg
--- (Edited on 11/28/2008 9:14 am [GMT-0600] by nsh) ---
Hi,
I have the same problem.
When running WavFile.jar I get the following error:
Exception in thread "main" java.lang.NoSuchMethodError: edu.cmu.sphinx.util.Timer.getTimer(Ljava/lang/String;)Ledu/cmu/sphinx/util/Timer;
at edu.cmu.sphinx.model.acoustic.voxforge_de.Model.allocate(Model.java:121)
at edu.cmu.sphinx.linguist.flat.FlatLinguist.allocateAcousticModel(FlatLinguist.java:256)
at edu.cmu.sphinx.linguist.flat.FlatLinguist.allocate(FlatLinguist.java:241)
at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.allocate(SimpleBreadthFirstSearchManager.java:592)
at edu.cmu.sphinx.decoder.AbstractDecoder.allocate(AbstractDecoder.java:67)
at edu.cmu.sphinx.recognizer.Recognizer.allocate(Recognizer.java:157)
at demo.sphinx.wavfile.WavFile.main(WavFile.java:57)
--- (Edited on 5/14/2009 11:15 am [GMT-0500] by Visitor) ---
I am using the CVS version of Sphinx.
When I search for "getTimer" in my Eclipse workspace it finds occurences of it in "TimerPool" but not in the class "Timer".
As I don't have any sources of voxforge_de.jar I cannot identify the problem exactly enough to provide a solution.
--- (Edited on 5/14/2009 11:22 am [GMT-0500] by Visitor) ---
CMU Sphinx doesn't use CVS for version control. If you are talking about latest trunk, you need to rebuild the acoustic model, like described here:
http://cmusphinx.sourceforge.net/sphinx4/doc/UsingSphinxTrainModels.html
--- (Edited on 5/14/2009 11:38 am [GMT-0500] by nsh) ---