LexiconCode
LexiconCode
Possibly parts of it, but there needs to be infrastructure in place to even attempt this. 2.0 looks like it starts to have some of the beginning features needed.
Presumably, this might make porting to python 11/12 easier.
Will this change require Python to be on path? Anyone with Python developments going to have a 64-bit install on path.
@MathewYaldo I've written about how to use the new setup for natlink. Most of the documentation there applies to dragonfly except for the caster package requirements. You still have to...
> Maybe this formatting could be applied with a separate `NumeralWordFormatter` class with the following function: > > ```Python > > def format_words(input, min, max, language=None): > ... > ......
Thank you for looking into this!
This will solve a number issues that would be difficult or impossible fix. 1. PYD registration is problematic. When Enabling natlink com object in Dragons ini files it is a...
Here's my attempt to change how PYD gets loaded. - Old way, registered COM object https://github.com/dictation-toolbox/natlink/blob/a48702f9f8992f3b12beb0f19f404b60676febf9/pythonsrc/src/natlink/__init__.py#L23-L73 - New way, finds PYD via path stored in `environment.json` instead of looking for...
Here's a quick easy way to test that have been successful on my system. The issue of recognizing commands during the Decode time at least in dragonfly is an issue....
I've tried registering pyd without my changes natlink init and leaving the Dragon ini vanilla. Dragonfly called through the cli with a demo grammar (Although I don't see decode in...