LexiconCode
LexiconCode
@davidlehub That would be a good idea. You can even update your current post with the videos.
> - That "_process_begin" function is called ONLY when the microphone start to dectecting some things (e.g., the user start to speak in to the microphone). I think it should...
> It would be quite tricky to implement though and couldn't really work well with non-exported rules, which is how CCR usually works. The way the current implementation works around...
@davidlehub For making exclusivity for all loaded Caster grammars. Simply placing `grammar.set_exclusiveness(1)` right after grammar.load() as a proof of concept. To be placed in the following lines [MappingRules](https://github.com/dictation-toolbox/Caster/blob/5531ddb8bd4ead8f861a26c0e266a359f93ae0fb/castervoice/lib/ctrl/mgr/grammar_manager.py#L260) and [MergeRule](...
@davidlehub @lettersandnumbersgithub All right I have a working `hook` an `event` for exclusivity for all _Caster_ loaded grammars. Note this does not include Dragonfly grammars as they are not loaded...
> how to try it? i click on "Create pull request"? Pull request are meant to request merging changes into a repository. In this context and the upstream Caster repository....
> have error: **AttributeError: 'NoneType' object has no attribute '**file**'** delete window_mgmt_rule.pyc
Okay that's pretty much what I expected. There's definitely more work to be done but it's a start. Some enhancements need to be made to the event and hook system...
The topic is still relevant. A promising package for Python interaction. https://github.com/amruthvvkp/flaui-uiautomation-wrapper
I am experiencing this issue as well with `python server.py --model llama-7b-4bit --wbits 4` The following did not resolve the issue for me. > I was able to go into...