Hi all !
For my project I only need that Sphinx recognize like 5/6 simple words. What is the best way to do that? Should i define a new dictionary or grammar? I just need that Sphinx recognize this words as fast as possible and with accuracy!
What do you suggest?
Thanks in advance!
Last edit: Alfredo 2017-03-28
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all !
For my project I only need that Sphinx recognize like 5/6 simple words. What is the best way to do that? Should i define a new dictionary or grammar? I just need that Sphinx recognize this words as fast as possible and with accuracy!
What do you suggest?
Thanks in advance!
Last edit: Alfredo 2017-03-28
To handle garbage sounds the easiest solution could be using the keyword list http://cmusphinx.sourceforge.net/wiki/tutoriallm
For really good accuracy you can check kaldi toolkit