LanguageTool Word How To
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
notpowershell
.
Visual Studio Code LanguageTool
LanguageTool for VSCode, deceased, continued with:
LanguageTool MS Word
LanguageTool unofficial MS Word add-in: be used with a local LanguageTool server
LanguageTool Rule
LanguageTools 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