Sphinx 3's default model is only for regression test purpose. Users of Sphinx 3 are advised to build their own models.
Saying this though, it is possible to augment words to the current vocabulary. In general, the words in language model determines which word would be recognized. What you need to do then is
1, to add entries into the LM
2, compile the new LM using the tool lm3g2dmp. Available in the "share" in the CVS
3, make sure the word and its pronounciation also appears in the dictionary.
Arthur
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, it is possible to add more words to the currently sphinx 3 ? Anyway to do that? i saw the an4.dict , it has only got 50 words or so only ..
Thanks!
Sphinx 3's default model is only for regression test purpose. Users of Sphinx 3 are advised to build their own models.
Saying this though, it is possible to augment words to the current vocabulary. In general, the words in language model determines which word would be recognized. What you need to do then is
1, to add entries into the LM
2, compile the new LM using the tool lm3g2dmp. Available in the "share" in the CVS
3, make sure the word and its pronounciation also appears in the dictionary.
Arthur