# _ _ _ _ ____ _ _ _ ____ _____ _____ ___ ___ _
# | | / \ | \ | |/ ___| | | | / \ / ___| ____| |_ _/ _ \ / _ \| |
# | | / _ \ | \| | | _| | | |/ _ \| | _| _| | || | | | | | | |
# | |___ / ___ \| |\ | |_| | |_| / ___ \ |_| | |___ | || |_| | |_| | |___
# |_____/_/ \_\_| \_|\____|\___/_/ \_\____|_____| |_| \___/ \___/|_____|
#
The best way to use LanguageTool on Unix and Linux systems is to run your own instance of it, in fact this was at one time the only way to use it. Well, that is before they started charging people to use. Anyways, if you run your own server, then you can use it for free, which is something the developers proabably don’t want too many people to know about.
Here are the steps to get your own server running.
unzip LanguageTool-latest-snapshot.zipgit clone https://github.com/facebookresearch/fastText.git and cd
fastTextmakeserver.properties somewhere on your system with the following
settings set.
fasttextModel=/path/to/fasttext/lid.176.bin
fasttextBinary=/path/to/fasttext/fasttext