language_tool_python icon indicating copy to clipboard operation
language_tool_python copied to clipboard

a free python grammar checker 📝✅

Results 28 language_tool_python issues
Sort by recently updated
recently updated
newest added

Hey, I was just wondering if there is a way to automatically add full stops? (.)

languagetool

``` 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...

enhancement
question

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',...

bug
Windows
IDLE

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...

bug
Windows
IDLE

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...

enhancement

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...

enhancement
question

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

invalid

How to add custom words to dictionary? How to ignore certain texts that are matched by my custom regular expressions?

documentation
question

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...