language_tool_python
                                
                                 language_tool_python copied to clipboard
                                
                                    language_tool_python copied to clipboard
                            
                            
                            
                        a free python grammar checker 📝✅
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.'...
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.
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:  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
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...