LexiconCode
LexiconCode
> > > One downside to making commands be regular English words is that that would make it more difficult to do to CCR between commands and dictation (see #623...
As a side note transformers have been relegated only to simplified filter rules. They didn't really work out in practice at least for the end-user modifications. Transformers would need a...
Some sort of a grammar API is needed. I have some thoughts on [higher level abstraction](https://github.com/dictation-toolbox/Caster/issues/533#issuecomment-589829408)
Greetings All, I've been in contact with Kim over the phone and we had a wonderful conversation. She really does have a wonderful philosophy and methodology to build grammars. Kim...
I think this would coincide very well with implementing https://github.com/synkarius/caster/issues/211 as it simplifies the documentation and requires re-factoring. Automatic grammar documentation should take in account source code and filter rules....
@codingApprentice that would be an awesome feature. We used to have the status window which was very basic and was cut feature. I would like to see something implemented in...
Right now the settings window utilizes a SimpleXMLRPCServer. I'm hoping to convert that to [grpc](https://grpc.io/). I'm switching from rest to grpc for the API.
I haven't had as much time returning to work and planning a wedding. One of the major reasons to switch to grpc as it allows easier integration into other programs...
@comodoro besides documentation what would you implement using dialog windows?
@gerrish Some progress for exposing grammars for documentation. https://github.com/Danesprite/dragonfly/commit/f366b07bfb1aea770c66c6141d0d502cea4068a5 `EngineBase.grammars` has been added as property. We should be able to get the engine object using `grammar.engine` or importing and calling...