proselint icon indicating copy to clipboard operation
proselint copied to clipboard

Extract rules from "LanguageTool" style checker

Open suchow opened this issue 9 years ago • 4 comments

https://languagetool.org/

suchow avatar Feb 20 '15 08:02 suchow

https://github.com/languagetool-org/languagetool/tree/master/languagetool-language-modules/en/src/main/java/org/languagetool/rules/en

suchow avatar Feb 20 '15 08:02 suchow

Bingo: http://community.languagetool.org/rule/list?lang=en

suchow avatar Mar 04 '15 08:03 suchow

Holy shit.

Running LanguageTool on a random 20,000 article subset of the English Wikipedia led to 37,000 errors being detected. However, many of these errors are false alarms, either because of problems with the Wikipedia syntax or because the LanguageTool error patterns are too strict. So we manually looked at 200 of the errors, finding that 29 of the 200 errors were real errors.

Their false alarm rate is 85%.

suchow avatar Mar 04 '15 09:03 suchow

https://github.com/languagetool-org/languagetool/blob/master/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml

suchow avatar Mar 18 '16 23:03 suchow