Hi,
When I try to decode using JSGFGrammar. When doing recognizer.allocate(), it has to load a default grammar, although I won't use it. I will do
jsgfGrammarManager.loadJSGF(another_grammar);
to decode with the grammar I want. Is there a way to get rid of loading the default grammar?
You can always modify the source code to ignore grammar which is not set.
Log in to post a comment.
Hi,
When I try to decode using JSGFGrammar. When doing recognizer.allocate(), it has to load a default grammar, although I won't use it. I will do
jsgfGrammarManager.loadJSGF(another_grammar);
to decode with the grammar I want. Is there a way to get rid of loading the default grammar?
You can always modify the source code to ignore grammar which is not set.