Steven Myint
Steven Myint
Seems reasonable to me!
Thanks for thorough bug report! I'll try to take a look soon.
I can reproduce the output you get from the Python interpreter. But the LanguageTool GUI gives me output. The output matches what I get from Python.  for this purpose before. ``` detex document.tex | \ language-check \ --language=en-US \ --disable=COMMA_PARENTHESIS_WHITESPACE \ --disable=HE_VERB_AGR \ --disable=MORFOLOGIK_RULE_EN_US \ --disable=THREE_NN \ --disable=TO_NON_BASE \ --disable=UPPERCASE_SENTENCE_START \ --disable=WHITESPACE_RULE \...
I see the appropriate JAR in there, so I think it is possible. I'm guessing it involves modifying `download_lt.py` so that it doesn't bother downloading a JAR if it is...
I think so. Pull requests are certainly welcome.