Steven Myint

Results 96 comments of 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. ![screen shot 2018-01-04 at...

It doesn't look like even LanguageTool 3.6 is compatible: ``` $ ./language-check -l ru-RU sample.txt sample.txt:0:-1: API_EOL_PSEUDO_ID: Internal error: The software you're using is making use of an old LanguageTool...

Okay, I've updated the title.

Does `language-check` work on the command line for you?

There is a progress percentage printed out, but maybe it doesn't notice it. Or maybe `pip` is hiding it. Travis CI does notice the output. But sometimes, the download just...

I've used [`detex`](https://github.com/pkubowicz/opendetex) 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.