LanguageTool can be used as an addon for TeXstudio to check grammar (that happens rule-based). You can also use n-grams as an addition. The description on how to use the n-grams can be found here: http://wiki.languagetool.org/finding-errors-using-n-gram-data
TeXstudio offers an own section in its settings to configure LanguageTool (see below).
I set up n-grams and they work in LanguageTool. LanguageTool also works in TeXstudio. I just can not get the n-grams working in TeXstudio. This is what my configuration looks like:
According to the wiki --config is not needed for standalone, according to the TeXstudio bugtracker it should be there but there is only an example for Linux (which looks pretty much the same). Somewhere I found that it also needs --languageModel which did not work either.
The arguments I tried:
org.languagetool.server.HTTPServer -p 8081 --config "C:/Users/me/.languagetool.cfg" --languageModel="C:/Program Files (x86)/TeXstudio"
org.languagetool.server.HTTPServer -p 8081 --config "C:/Users/me/.languagetool.cfg" --languageModel="C:/Program Files (x86)/TeXstudio/en"
org.languagetool.server.HTTPServer -p 8081 --config "C:/Users/me/.languagetool.cfg"
And probably many others.
Help would be appreciated.


