languagetool-org / languagetool

Style and Grammar Checker for 25+ Languages
https://languagetool.org
GNU Lesser General Public License v2.1
12.35k stars 1.39k forks source link

LanguageTool not able to detect errors in this text #10743

Open GuruSprinklr opened 3 months ago

GuruSprinklr commented 3 months ago

LanguageTool not able to detect errors in this text ,Have checked with versions 5.7 and 6.3

String text = "How are doing\n"
                      + "\n"
                      + "may I help you\n\n\n";

Can someone please find the issue here? or any workaround to detect errors in this case.

olp-cs commented 3 months ago

Interestingly, the online tool found 1 error—but only when I was testing it in Safari. I couldn't reproduce it in Firefox and Chrome.

Screen Shot 2024-07-22 at 20 42 49