Hello,
I work on a project to recognyze words distorted dy noise and folters. I've created new acoustic models for these phonems distorded with SphinxTrain, and I've inserted them in Sphinx4, adding a new jar in the classspath, and now Eclipse is writing a list of dictionnary and grammar errors, for example:
"10:56.062 WARNING dictionary Missing word: 20 in edu.cmu.sphinx.linguist.dictionary.FastDictionary:getWord-dictionary
10:56.062 WARNING jsgfGrammar Can't find pronunciation for 20 in edu.cmu.sphinx.linguist.language.grammar.Grammar:createGrammarNode-jsgfGrammar
10:56.062 WARNING dictionary Missing word 30 in edu.cmu.sphinx.linguist.dictionary.FastDictionary:getWord-dictionary
10:56.062 WARNING jsgfGrammar Can't find pronunciation for 30
...
Before I added this jar, these words (20,30,...) were recognized, and they are not being recognized any more. Moreover, they don't belong to the dictionnary added. There are only numbers. The words from the dictionnary added are not recognized too.I don't understand why now some words are recognized and some not.
If somebody understands what is happening, I wait for his help... Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I work on a project to recognyze words distorted dy noise and folters. I've created new acoustic models for these phonems distorded with SphinxTrain, and I've inserted them in Sphinx4, adding a new jar in the classspath, and now Eclipse is writing a list of dictionnary and grammar errors, for example:
"10:56.062 WARNING dictionary Missing word: 20 in edu.cmu.sphinx.linguist.dictionary.FastDictionary:getWord-dictionary
10:56.062 WARNING jsgfGrammar Can't find pronunciation for 20 in edu.cmu.sphinx.linguist.language.grammar.Grammar:createGrammarNode-jsgfGrammar
10:56.062 WARNING dictionary Missing word 30 in edu.cmu.sphinx.linguist.dictionary.FastDictionary:getWord-dictionary
10:56.062 WARNING jsgfGrammar Can't find pronunciation for 30
...
Before I added this jar, these words (20,30,...) were recognized, and they are not being recognized any more. Moreover, they don't belong to the dictionnary added. There are only numbers. The words from the dictionnary added are not recognized too.I don't understand why now some words are recognized and some not.
If somebody understands what is happening, I wait for his help... Thanks