Dane Finlay
Dane Finlay
This PR fixes a few bugs and adds an enhancement. @Axelfowlie This will close #32; the example code you posted over there works properly with these changes. There are similar...
JSGF spec [sections 4.8-4.9](https://www.w3.org/TR/jsgf/#14102) discuss right recursive rules: = | ( and ); = stop | start | pause | resume | finish; and nested right recursive rules: = something...
I have received via e-mail a request to add to this application the ability to change the current text-to-speech language via markup in the input text. For example: > [lang="pl"]...
I'm not sure if this has come up in the past, but it would be great if Aenea supported using both Python 2.7.x and Python 3.x. I'm willing to put...
dictation-toolbox/natlink#82 Dragonfly's dynamic grammar list functionality does not work correctly with Dragon 15 if used in a stand-alone Python process. However, it works just fine in a command module loaded...
The ability to invalidate the current recognition before it is processed would be useful in certain scenarios. For instance, this could be used to pretend the recognition failed if the...
There are a number of parts of dragonfly that are not documented. I'll list some of them below. - [x] A *pylintrc* file for the project's code style (mostly PEP...
CC @daanzu This would make changes to Dragonfly's engine code much easier and help with issues such as #196. To start with, I think all engines should be using a...
Re: #194 CC @daanzu The Kaldi engine has [well-documented](https://dragonfly2.readthedocs.io/en/latest/kaldi_engine.html#retaining-audio-and-or-recognition-metadata) and flexible optional functionality for retaining audio and or recognition metadata for each spoken utterance. The natlink, WSR and sphinx engines...
CC @LexiconCode Christo Butcher (@t4ngo) has kindly allowed us the use of the original ['dragonfly' PyPI](https://pypi.org/project/dragonfly/) channel for distribution and has archived the original [t4ngo/dragonfly](https://github.com/t4ngo/dragonfly) repository. I'd like to start...