pyjsgf icon indicating copy to clipboard operation
pyjsgf copied to clipboard

how to parse DictationGrammar for file. like parse_grammar_file(path)

Open huziyuan14 opened this issue 4 years ago • 1 comments

how to parse DictationGrammar for file. like parse_grammar_file(path) and how to write Dictation in grammar file?

huziyuan14 avatar Mar 04 '20 05:03 huziyuan14

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.

drmfinlay avatar Mar 10 '20 06:03 drmfinlay