How to add my words to sphinx using java? Iam a new learner for learning sphinx,I just know how to use it.I want to learn adding my words.anybody can help me.
相关问题
- How to add words to sphinx?
- Property exception component:'wsjLoader'
- Keyword or keyphrase spotting with Sphinx4
- Dictation Application using Sphinx4
- sphinx-4 NullPointerException at startRecognition
相关文章
- How to add words to sphinx?
- Property exception component:'wsjLoader'
- Keyword or keyphrase spotting with Sphinx4
- Dictation Application using Sphinx4
- 在AWS弹性魔豆Sphinx4休息,工作dev的机器(Sphinx4 breaks on AWS E
- 在背景UI运行sphinx4识别(Run sphinx4 recognizer in backgro
- 在sphinx4大词汇量语音识别(Large vocabulary speech recogniti
- Sphinx4语音识别trasncribe演示不是短wav文件准确地工作(Sphinx4 speec
Add the word to the dictionary file sphinx4/models/acoustic/wsj/dict/cmudict.0.6d:
Then add the word to the grammar sphinx4/src/apps/edu/cmu/sphinx/demo/helloworld/hello.gram:
Recompile and run HelloWorld demo, it will understand a new word.
If the word is already in the dictionary, you can just add it to the grammar.