mrob95 on master
Deprecation notice (compare)
mrob95 on master
Deprecation notice (compare)
mrob95 on master
Update README.md (compare)
mrob95 on master
Move logging set up above drago… (compare)
mrob95 on texmaker
Add basic TeXMaker support (compare)
mrob95 on master
Create requirements.txt (compare)
mrob95 on master
Create install.bat (compare)
mrob95 on master
change to \(\) for inline math,… add equation* and align* update docs and 2 more (compare)
mrob95 on master
mrob95 on breathe
Transition sublime and template Update dependencies Add install script and 2 more (compare)
mrob95 on master
Create LICENSE (compare)
mrob95 on master
Add core context (compare)
mrob95 on master
Add install script (compare)
mrob95 on master
Update dependencies (compare)
mrob95 on languages
Improve formatting (compare)
Hi, I keep getting the following error upon launching Dragon:
Ignoring rule 'sublime'. Failed to load with:
init() got an unexpected keyword argument 'use_hardware'
App modules loaded: sumatrapdf
Ignoring rule 'core'. Failed to load with:
No module named integer_internal
Ignoring rule 'ScientificNotebook55'. Failed to load with:
init() got an unexpected keyword argument 'use_hardware'
Ignoring rule 'LyX'. Failed to load with:
init() got an unexpected keyword argument 'use_hardware'
Ignoring rule 'latex'. Failed to load with:
Ignoring rule 'latex_maths'. Failed to load with:
CCR modules loaded: alias
I have checked that all modules are installed correctly. I have also tried reinstalling DNS and Natlink, as well as all required modules..
@mrob95 I just pulled down the latest version of master, and the latex and latex_maths modules are not loading correctly. I'm seeing error messages
Ignoring rule 'latex'. Failed to load with:
Duplicate keys! (line 169 column 1 char 5622)
Ignoring rule 'latex_maths'. Failed to load with:
Duplicate keys! (line 169 column 1 char 5622)
I'm going to go take a look at the file and see if I can identify/fix the problem.
add_words
vocabulary list be a dictionary that has spoken and written forms. I don't know how that works,I think Natlink has a way. Caspark mentioned this (pseudo-?)code on the Talents slack. Not sure does the spoken forms:import natlink
def add_words(words):
for word in words:
known_word = natlink.getWordInfo(word)
if known_word is None:
natlink.addWord(word)
np, if you need more flexibility for commands then dragonfly is not at all hard to learn see e.g.
https://github.com/mrob95/MR-caster/blob/master/caster/apps/chrome.py