-
egouvea committed patchset 2379 of module regressionResults to the CMU Sphinx CVS repository, changing 1 files.
2010-01-06 06:19:21 UTC by egouvea
-
egouvea committed patchset 2378 of module regressionResults to the CMU Sphinx CVS repository, changing 1 files.
2010-01-06 04:52:36 UTC by egouvea
-
egouvea committed patchset 2377 of module regressionResults to the CMU Sphinx CVS repository, changing 1 files.
2010-01-06 01:34:02 UTC by egouvea
-
Fixed in trunk, thanks a lot.
2010-01-06 00:42:36 UTC by nshmyrev
-
There is no ready API to do that, but you can just get the best token of the result and go through the token stack using get
token = token.getPredecessor();
The acoustic score of the token can be retrieved with getAcousticScore.
2010-01-05 23:47:57 UTC by nshmyrev
-
Obviously you need
Recognizer recognizer = (Recognizer) cm.lookup("wordRecognizer");.
2010-01-05 10:24:04 UTC by nshmyrev
-
When I tried to use wordRecognizer component as in hub4 instead of recognizer i am getting error,
Exception in thread "main" java.lang.NullPointerException at edu.cmu.sphinx.demo.hellolimspr.HELLOLIMSPR.main(HELLOLIMSPR.java:39)
What changes I have to make these lines make it properly work
Recognizer recognizer = (Recognizer) cm.lookup("recognizer");
recognizer.allocate();.
2010-01-05 09:31:48 UTC by vijayabharadwaj
-
accuracyTracker
speedTracker
memoryTracker
recognizerMonitor
beamFinder
2010-01-05 09:30:15 UTC by vijayabharadwaj
-
Hi all
Is there any method to get acoustic score of phones in the recognized words. By using lattice i am getting only scores of recognized words only.. Thanks in advance.
2010-01-05 08:27:06 UTC by jose05
-
egouvea committed patchset 2376 of module regressionResults to the CMU Sphinx CVS repository, changing 1 files.
2010-01-05 05:03:18 UTC by egouvea