LanguageTool Word How To
Last updated
LanguageTool : open source, self-hosted, integration with VSCode
Language tools local HTTP server, help:
start with java -cp languagetool-server.jar org.languagetool.server.HTTPServer --port 8081 --allow-origin
Test the server with http://localhost:8081/v2/check?language=en-US&text=my+text
In windows, run on cmd not powershell.
LanguageTool for VSCode, deceased, continued with:
LanguageTool unofficial MS Word add-in: be used with a local LanguageTool server
Obsidian http://localhost:8081/v2/check?
MS Word http://localhost:8081/v2
Chrome Extension http://localhost:8081/v2/
Test : http://localhost:8081/v2/check?language=en-US&text=my+text
Last updated