I want to pick up a few words in a conversation using pocketsphinx. I have the
application working and I can even pick up the word. How do I make it so that
pocketsphinx ignores or throws out any word that is not in its language model.
If I want to detect "hello" in a conversation, how do I make all the rest of
the conversation that isnt hello be ignored but pocketsphinx. Currently it
picks up Hello, but then thinks other words in the conversation are also
hello, which I dont want.
Any help work be greatly appreicated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I want to pick up a few words in a conversation using pocketsphinx. I have the
application working and I can even pick up the word. How do I make it so that
pocketsphinx ignores or throws out any word that is not in its language model.
If I want to detect "hello" in a conversation, how do I make all the rest of
the conversation that isnt hello be ignored but pocketsphinx. Currently it
picks up Hello, but then thinks other words in the conversation are also
hello, which I dont want.
Any help work be greatly appreicated.
Hi,
You can put individual phones in your language model (just add them as
separate words). Are you using trigram grammar or fsg?
This question is covered in the FAQ
http://cmusphinx.sourceforge.net/wiki/faq#qcan_pocketsphinx_reject_out-of-
grammar_words_and_noises
Basically this feature is not implemented yet.