pyjsgf
pyjsgf copied to clipboard
how to parse DictationGrammar for file. like parse_grammar_file(path)
how to parse DictationGrammar for file. like parse_grammar_file(path) and how to write Dictation in grammar file?
This is not currently possible because DictationGrammar
is an extension to JSGF. Its compiled output changes based on the last matching rule. I will try to come up with a solution for parsing and writing them.