Package | Description |
---|---|
org.languagetool.rules.de | |
org.languagetool.rules.pt |
Modifier and Type | Class and Description |
---|---|
class |
GermanReadabilityRule
A 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)
|
Modifier and Type | Class and Description |
---|---|
class |
PortugueseReadabilityRule
A 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)
|