pyLanguagetool icon indicating copy to clipboard operation
pyLanguagetool copied to clipboard

Python Library and CLI for the LanguageTool JSON API

Results 10 pyLanguagetool issues
Sort by recently updated
recently updated
newest added

I mean a lot of other tools use the output of the cli languagetool. `java -jar languagetool-commandline.jar -l xx ` If if could output the same format will be awesome

https://github.com/Findus23/pyLanguagetool#pylanguagetool

Tested/written for usage with Markdown. * Fuzzy matches based on rough location estimate * Approximates line number in source file * Computationally expensive for large files

organize errors, warnings, notices (with colors)

Organize and document return codes

Client should support premium access. It should be possible by adding the following lines into cli.py ```python p.add_argument("-U", "--username", env_var="USERNAME", help="username for the languagetool premium API" ) p.add_argument("-P", "--api-key", env_var="API_KEY",...

It would be awesome to be able to add this tool to pre-commit hooks. Any plans on adding this? See https://pre-commit.com/#new-hooks.

Hi, The source distribution files for the last release 0.10.1 are not available on pypi.org, only the built distribution files are : https://pypi.org/project/pyLanguagetool/0.10.1/#files ![image](https://github.com/user-attachments/assets/571566a5-6251-4cb5-9f5a-fc5db4cfb2b6) Thanks.