Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sphinx recognizer throws an exception #63

Open
schnelle opened this issue Jul 25, 2024 · 0 comments
Open

Sphinx recognizer throws an exception #63

schnelle opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@schnelle
Copy link
Member

When starting a recognition, sphinx reports the following error

30042 [Thread-7            ] INFO  o.server.recog.RTPRecogChannel (   147) [] Starting recognition...
30291 [Thread-9            ] INFO  r.recog.sphinx.SphinxRecEngine (   287) [] starting recognition on recognizer engine #2 (Recognizer: recognizer2 State: READY)...
30803 [Thread-9            ] ERROR                     System.err (   749) [] Exception in thread "Thread-9" java.lang.ArrayIndexOutOfBoundsException: 13
30803 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.linguist.acoustic.tiedstate.tiedmixture.PrunableMixtureComponent.updateScore(PrunableMixtureComponent.java:88)
30804 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.linguist.acoustic.tiedstate.tiedmixture.MixtureComponentSet.updateTopScores(MixtureComponentSet.java:123)
30804 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.linguist.acoustic.tiedstate.tiedmixture.MixtureComponentSet.updateTopScores(MixtureComponentSet.java:155)
30804 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.linguist.acoustic.tiedstate.tiedmixture.SetBasedGaussianMixture.calculateScore(SetBasedGaussianMixture.java:38)
30804 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.linguist.acoustic.tiedstate.ScoreCachingSenone.getScore(ScoreCachingSenone.java:40)
30804 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState.getScore(SenoneHMMState.java:84)
30804 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.linguist.flat.HMMStateState.getScore(HMMStateState.java:84)
30804 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.decoder.search.Token.calculateScore(Token.java:171)
30804 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer.doScoring(SimpleAcousticScorer.java:176)
30805 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer.doScoring(ThreadedAcousticScorer.java:197)
30805 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer.calculateScoresForData(SimpleAcousticScorer.java:136)
30805 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer.calculateScores(SimpleAcousticScorer.java:99)
30806 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.scoreTokens(SimpleBreadthFirstSearchManager.java:355)
30806 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.recognize(SimpleBreadthFirstSearchManager.java:285)
30806 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.recognize(SimpleBreadthFirstSearchManager.java:218)
30806 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.decoder.Decoder.decode(Decoder.java:65)
30806 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.recognizer.Recognizer.recognize(Recognizer.java:106)
30806 [Thread-9            ] ERROR                     System.err (   749) [] 	at edu.cmu.sphinx.recognizer.Recognizer.recognize(Recognizer.java:122)
30806 [Thread-9            ] ERROR                     System.err (   749) [] 	at org.speechforge.cairo.server.recog.sphinx.SphinxRecEngine.waitForResult(SphinxRecEngine.java:289)
30806 [Thread-9            ] ERROR                     System.err (   749) [] 	at org.speechforge.cairo.server.recog.sphinx.SphinxRecEngine.access$2(SphinxRecEngine.java:260)
30808 [Thread-9            ] ERROR                     System.err (   749) [] 	at org.speechforge.cairo.server.recog.sphinx.SphinxRecEngine$RecogThread.run(SphinxRecEngine.java:350)
@schnelle schnelle added the bug Something isn't working label Jul 25, 2024
@schnelle schnelle added this to the 0.3.2 milestone Jul 25, 2024
@schnelle schnelle self-assigned this Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant