Uses of Class
org.languagetool.rules.ReadabilityRule
Packages that use ReadabilityRule
-
Uses of ReadabilityRule in org.languagetool.rules.de
Subclasses of ReadabilityRule in org.languagetool.rules.deModifier and TypeClassDescriptionclassA rule that checks the readability of German text (using the Flesch-Reading-Ease Formula) If tooEasyTest == true, the rule tests if paragraph level > level (readability is too easy) If tooEasyTest == false, the rule tests if paragraph level < level (readability is too difficult) -
Uses of ReadabilityRule in org.languagetool.rules.pt
Subclasses of ReadabilityRule in org.languagetool.rules.ptModifier and TypeClassDescriptionclassA rule that checks the readability of Portuguese text (using the Flesch-Reading-Ease Formula) If tooEasyTest == true, the rule tests if paragraph level > level (readability is too easy) If tooEasyTest == false, the rule tests if paragraph level < level (readability is too difficult)