Can't get PUNCTUATION_PARAGRAPH_END to work correctly

Hi,

I’ve started using the offline version of languageTool and it’s working very well but I can’t seem to get the PUNCTUATION_PARAGRAPH_END rule working at all. Even if I enter text in the https://languagetool.org/ website it says the text is fine even when it’s missing end of line/paragraph punctuation.

I’ve tried manually enabling that rule on the command line like this:

“java -jar languagetool-commandline.jar -l en-GB -e PUNCTUATION_PARAGRAPH_END test.txt”

The test.txt file looks like this:

"This is a test

This is another test.

Another test occurs here"

The result says the text is fine, the same happens when that text is pasted in the demo version on the language tool website. Is there something obvious I’m missing?

Thanks!