dpelle / vim-LanguageTool

A vim plugin for the LanguageTool grammar checker
280 stars 28 forks source link

use pylanguagetool instead of jar #32

Open zodman opened 2 years ago

zodman commented 2 years ago

https://pypi.org/project/pyLanguagetool

it self use the api instead of a jar!

sebastianbock17 commented 1 year ago

I would also like to know how to possibly use the API in vim?

zodman commented 1 year ago

you can use curl behind the scene.

tarikgraba commented 1 year ago

It is just a wrapper to the languagetool online API, no?

From https://pylanguagetool.lw1.at/#privacy

Privacy By default, pyLanguagetool sends all text via HTTPS to the LanguageTool server (see their privacy policy). You can also [set up your own server] https://dev.languagetool.org/http-server) and use it by changing the --api-url attribute.