I'm trying to implement a keyword based personal assistant My issue is my grammar is set up so that after I detect the keyword, I still need to use it in my grammar,but switching to jsfg mode discards that utterance
Therefore I need to use Decoder.get_raw_data and Decoder.process_raw_data in but in Python there is no implementation for get_raw_data method present in C/C++ implementation
Is there any way I could use it?
Thanks
Last edit: Paul Paul 2018-09-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I'm trying to implement a keyword based personal assistant My issue is my grammar is set up so that after I detect the keyword, I still need to use it in my grammar,but switching to jsfg mode discards that utterance
Therefore I need to use Decoder.get_raw_data and Decoder.process_raw_data in but in Python there is no implementation for get_raw_data method present in C/C++ implementation
Is there any way I could use it?
Thanks
Last edit: Paul Paul 2018-09-12
You already asked the same question at https://stackoverflow.com/questions/52295615/pocketsphinx-python-get-raw-data