grammar-check
grammar-check copied to clipboard
python 3
Hi, I tried to install grammar-check on python 3.7 but I get the the following error when I try via "pip install grammar-check": "Could not find a version that satisfies the requirement grammar-check (from versions: ) No matching distribution found for grammar-check" (pip is up-to-date)
I also tried to install via the wheel file "grammar_check-1.3.1-py2-none-any.whl (md5)", but then I get the error "grammar_check-1.3.1-py2-none-any.whl is not a supported wheel on this platform".
However I did install grammar-check successfully on python 2.7 (via pip install grammar-check).
Here it is mentioned that grammar-check is compatible with python3.2+. Is there a way to make it work on 3.4?
hello , did anyone manage to find a solution to this problem for python 3.5+ ?
Clone the github repository and run python setup.py install
Clone the github repository and run
python setup.py install
can you send link of repo ?
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!