HI all,
Is there any way that i can implement keyword spotter and then grammar recognition in command line, just like we do in android.
using keyword to initiate start the grammar recognizer and then use a grammar to recognize
Sure, you can write a simple script in python, something like this:
https://github.com/cmusphinx/pocketsphinx/blob/master/swig/python/test/kws_test.py
Log in to post a comment.
HI all,
Is there any way that i can implement keyword spotter and then grammar recognition in command line, just like we do in android.
using keyword to initiate start the grammar recognizer and then use a grammar to recognize
Sure, you can write a simple script in python, something like this:
https://github.com/cmusphinx/pocketsphinx/blob/master/swig/python/test/kws_test.py