languagetool-org / languagetool

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

Master 'antipattern' #2307

Open ghost opened 4 years ago

ghost commented 4 years ago

Some rules require a lot of antipatterns. Could we not simply block all rule reports for sentence proven to be completely correct and quite common? Or even, not check common correct sentences completely? A file containing those sentences, make a hash list for it could be enough. making antipatterns takes a lot of time.

danielnaber commented 4 years ago

Could we not simply block all rule reports for sentence proven to be completely correct and quite common?

Well, I think the number of correct sentences is unlimited. Even for short sentences, the number is huge. Do you have an example where this would help?