vim-LanguageTool icon indicating copy to clipboard operation
vim-LanguageTool copied to clipboard

use pylanguagetool instead of jar

Open zodman opened this issue 3 years ago • 3 comments

https://pypi.org/project/pyLanguagetool

it self use the api instead of a jar!

zodman avatar Jul 27 '22 20:07 zodman

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

sbock17 avatar Oct 14 '22 08:10 sbock17

you can use curl behind the scene.

zodman avatar Oct 14 '22 13:10 zodman

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.

tarikgraba avatar Aug 22 '23 14:08 tarikgraba