Combine language-check with wordlist to ignore certain suggestions
Opened this issue · 2 comments
zotroneneis commented
Is there a way to provide the language tool with a list of words that should NOT be marked as mistakes?
I have a lot of technical terms in my data that are wrongly corrected when automatically applying the suggestions of the language tool.
jxmorris12 commented
Hi! Since this project has been abandoned, I started a new fork over at https://github.com/jxmorris12/language_tool_python.
My version supports new versions of Java and LanguageTool. language-check
is stuck on Java 8 and LanguageTool 3.2; latest versions are Java 14 and LanguageTool 4.9!
I'm happy to help you with your issue if you raise it over at my repository! Thanks!
Chirag-v09 commented
hey, @zotroneneis did you find any solution for that?