Is there any way I can use this FRAME NUMBER to access what part of the grammar does not match?
1. It seems that if one word in a phrase in the grammar is spoken incorrectly (OOG or OOV), that the SR output is nil, so I can assume the phrase spoken does not match any of the expected grammar options. That's good information. But can I access this information some otherway than reading the log file after every utterance?
2. Can I use the information in the log file to get some analysis of where the error was, or anything like that?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way I can use this FRAME NUMBER to access what part of the grammar does not match?
1. It seems that if one word in a phrase in the grammar is spoken incorrectly (OOG or OOV), that the SR output is nil, so I can assume the phrase spoken does not match any of the expected grammar options. That's good information. But can I access this information some otherway than reading the log file after every utterance?
2. Can I use the information in the log file to get some analysis of where the error was, or anything like that?
Thanks
This is how system is implemented.
Sorry - I understand that it is how it is implemented. But could you please tell me:
I appreciate your assistance. Virginia
Alternatively, how can I get fsg_search.c to send that message to pocketsphinx_continuous?
Never mind thank you, I have found a way to get the message through Windows. It will do for now. V.