language_tool_python
language_tool_python copied to clipboard
a free python grammar checker 📝✅
Hey, I was just wondering if there is a way to automatically add full stops? (.)
Error
``` import language_tool_python tool = language_tool_python.LanguageTool('en-US') ``` Error: ``` Traceback (most recent call last): File "/Users/petar.ulev/Documents/competence-score/main.py", line 2, in tool = language_tool_python.LanguageTool('en-US') File "/Users/petar.ulev/Documents/competence-score/venv/lib/python3.8/site-packages/language_tool_python/server.py", line 62, in __init__ self._start_server_on_free_port() File...
This is my code, I am adding bullets wherever there is a new line and then trying to get spell-checked texts stored in res ``` import language_tool_python #tool = language_tool_python.LanguageTool('en-US',...
When run in IDLE for the first time (at least on Windows), the tool floods the IDLE shell with thousands of download progress messages and gradually grind to a halt...
When using the local server, there is a download from a url for the language tool during initialization. Is it possible to add a local configuration that lets you use...
Hi! Before opting for premium account of language tool ...I wish to evaluate it's performance on various sentences as mentioned below: All the sentences as a whole belongs to ....say...
Since a few days i get this Error: - requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) - language_tool_python.utils.LanguageToolError: Error: Internal Error: java.lang.RuntimeException: java.lang.RuntimeException: Could not check sentence
How to add custom words to dictionary? How to ignore certain texts that are matched by my custom regular expressions?
Arch Linux provides a bash script `/usr/bin/languagetool` that is a simple wrapper and the jar binaries. Would be great if the library could be made to use the system version...
The latest LT version is 6.3, no longer V 5.7.