myint / language-check

Python wrapper for LanguageTool grammar checker
https://pypi.python.org/pypi/language-check
GNU Lesser General Public License v3.0
326 stars 102 forks source link

Ignoring spelling errors with numbers in them. #51

Open stefanhosein opened 6 years ago

stefanhosein commented 6 years ago

Using language-check for catching spelling errors with numbers in them would fail.

E.g. d0g would produce no errors while dogg would.

Language Tool has the ability to toggle spell checking with numbers off and on (http://wiki.languagetool.org/hunspell-support). It would be nice if langauge-check has this ability also.

jxmorris12 commented 4 years ago

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!