dictation-toolbox / Caster

Dragonfly-Based Voice Programming and Accessibility Toolkit
Other
339 stars 121 forks source link

Document custom recognition weights for Grammar/Rule/Element #808

Open kendonB opened 4 years ago

kendonB commented 4 years ago

This page:

https://caster.readthedocs.io/en/latest/readthedocs/Getting_Started/Choose_Recognition_Engine/

mentions "Custom recognition weights for Grammar/Rule/Element" for kaldi but I don't see this documented anywhere. Docs should be added for this.

LexiconCode commented 4 years ago

Yes this does need to be documented in some fashion. I do plan to add a couple sections for troubleshooting accuracy and grammars.

The question is how detailed should we get with the caster documentation or simply refer people to https://dragonfly2.readthedocs.io/en/latest/kaldi_engine.html#grammar-rule-element-weights

kendonB commented 4 years ago

Just the minimum required for it to work in caster I think. with a reference to the other page.

I think having an example of a minimal caster rule file with weights would be helpful as well.