languagetool-org / languagetool

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

[en] LT from the command line: don't give useless message [enhancement request] #10658

Open MikeUnwalla opened 3 months ago

MikeUnwalla commented 3 months ago

Hello,

On Windows, when I start LT from the command line, I get this message:

java -Xmx700m -jar languagetool.jar
WARN  o.l.l.i.DefaultLanguageIdentifier fastText not configured - language detection performance will be degraded. See https://dev.languagetool.org/http-server#starting-from-command-line for instructions.

https://dev.languagetool.org/http-server#starting-from-command-line tells me "... recommended on Linux and Mac for good language detection - on Windows, fastText is not available".

Because fastext is not available on Windows, the message is not necessary.

Aside: I cannot add labels to the issue. Thus, I put a label in the title. (I first noticed this change in behaviour a few months ago. @danielnaber, is this change related to the change you made for write access to Github?)

danielnaber commented 3 months ago

@danielnaber, is this change related to the change you made for write access to Github?

Probably it is. GitHub is very limited when it comes to giving users fine-grained permissions.