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

Example sentence: 'El perro corría rapido a la parque para jugaba con los otros perros.' Correct applied: 'El perro corría rápido a el parque para jugada con los otros perros.'...

Is there a way to enable picky mode?

question

The sentence "apply for a personal load" gets corrected to "apply for a personal loan" by the API, but not by the tool when installed locally.

invalid

The download progress bar that is invoked [in this line](https://github.com/jxmorris12/language_tool_python/blob/90cfd79924ee7e55f3b88b84679490b0b99b4779/language_tool_python/download_lt.py#L118) will always say 'Downloading LanguageTool 6.4', regardless of which version the program actually downloads. **What I did:** `LanguageTool(language_tool_download_version='6.3'` **Expected behavior:**...

Hello If I try that: text = "C'est un test pour verifier linstallation correcte de LanguageTool en francais." texte_corrected = tool.correct(text) I had an error: ![Capture d’écran 2024-09-12 151942](https://github.com/user-attachments/assets/a1f59821-f211-420c-b53c-da053a4f3e07) If...

Sometimes LanguageTool gives several suggestions. In the case below, for this sentence in which I made a typo in the word ‘book’, I end up with a ton of suggestions....

Issue on screenshot: Full traceback: https://pastebin.com/SB5mDLyz

bug

Hi! I'm new to this library. I did exactly this: ```py >>> import language_tool_python >>> tool = language_tool_python.LanguageTool('en-US') >>> text = 'A sentence with a error in the Hitchhiker’s Guide...

bug