David Zurow
David Zurow
Experimental implementation: https://github.com/dictation-toolbox/dragonfly/pull/284 I could easily write an importer from Dragon's file format, if desired.
Ah, I should probably include that in the zip file for reference. But yes, that is it currently.
I'll take a closer look and experiment with that rule to try to figure out what was going on. Definitely it needs better output upon failure regardless. I don't think...
I am having trouble reproducing this. This seems to compile and work: ``` from dragonfly import * from breathe import Breathe, CommandsRef, Exec nato_alphabet = {'alpha': 'a'} Breathe.add_commands( None, {...
Augh, I somehow misread the FST text originally: the problem isn't that the rule is empty. It is missing an arc. It should be: ``` 0 1 -0.000000 1 2...
with a quick test, the first example works correctly for me if I use a weight of 100. definitely the weighting of dictation mixed with commands could use improvement, but...
From @ileben: > okay so two things to do potentially: A) baseline value on nodes to make it behave more like DNS B) apply weight multiplicatively after final score to...
Thanks for opening this. It should at least detect this case and give a meaningful error message and instructions.
As of v1.6.1, the Windows wheels now only require the VS2017 (not VS2019) redistributables to be installed. I am adding a note to the troubleshooting section of the README. I...
I think this is working as designed. It is not that the Alphabet rule is being exported, but rather that the Spelling rule is being recognized. You can see this...