dictation-toolbox / natlink

Natlink provides the interface between Dragon and python
https://dictation-toolbox.github.io/natlink/
Other
25 stars 17 forks source link

include program specific grammars in the loader #81

Closed quintijn closed 2 years ago

quintijn commented 2 years ago

Hi Nils,

With quite a few lines, I think I managed to include program specific grammars in the loader. Please have a look.

I could not write tests in pytest for this, as this is for me at the moment a bridge too far. The smoke tests look good.

Quintijn

fusentasticus commented 2 years ago

Look Quintijn -- this is impenetrable to me: you're presenting a dozen commits at the same time. Please have mercy and kindly update your git branch before submitting. As far as I know, the semantics that's needed is found in a pristine form at https://github.com/dictation-toolbox/natlink/blob/c536b06d853cdf8fa51b2f0733990ca3a9d3d40d/MacroSystem/core/natlinkmain.py

That seems to be the common core among different speech UI's using natlink. Is that what you're trying to do?

quintijn commented 2 years ago

In spite of disagreement with Nils (fusenthasticus), I decide to merge these things in.

Introduce:

smoke tested.