| Package | Description |
|---|---|
| org.languagetool.rules | |
| org.languagetool.rules.patterns |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFillerWordsRule
A rule that gives hints about the use of filler words.
|
class |
AbstractRepeatedWordsRule |
class |
AbstractStatisticSentenceStyleRule
A rule that gives hints when a defined condition is fulfilled
and the percentage of hints in the text exceeds the given limit.
|
class |
AbstractStatisticStyleRule
A rule that gives hints when a defined condition is fulfilled
and the percentage of hints in the text exceeds the given limit.
|
class |
AbstractStyleRepeatedWordRule
An abstract rule checks the appearance of same words in a sentence or in two consecutive sentences.
|
class |
AbstractStyleTooOftenUsedWordRule
The method gives stylistic hints that a word is being used too often
when the set percentage has been exceeded.
|
class |
AbstractWordCoherencyRule
A rule that matches words for which two different spellings are used
throughout the document.
|
class |
EmptyLineRule
A rule that checks for empty lines.
|
class |
GenericUnpairedBracketsRule
Rule that finds unpaired quotes, brackets etc.
|
class |
GenericUnpairedQuotesRule
Rule that finds unpaired quotes
|
class |
LongParagraphRule
A rule that warns on long paragraphs.
|
class |
LongSentenceRule
A rule that warns on long sentences.
|
class |
MultipleWhitespaceRule
Check if there is duplicated whitespace in a sentence.
|
class |
ParagraphRepeatBeginningRule
Check if to paragraphs begin with the same word.
|
class |
PunctuationMarkAtParagraphEnd
A rule that checks for a punctuation mark at the end of a paragraph.
|
class |
PunctuationMarkAtParagraphEnd2
A rule that checks for a punctuation mark at the end of a paragraph.
|
class |
ReadabilityRule
A rule that checks the readability of English 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)
|
class |
SentenceWhitespaceRule
Checks that there's whitespace between sentences.
|
class |
UppercaseSentenceStartRule
Checks that a sentence starts with an uppercase letter.
|
class |
WhiteSpaceBeforeParagraphEnd
A rule that checks for a whitespace at the end of a paragraph
|
class |
WordRepeatBeginningRule
Check if three successive sentences begin with the same word, e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsistencyPatternRuleTransformer.ConsistencyPatternRule
Wrapper for loaded
AbstractPatternRule instances to act as text-level rules |
class |
RepeatedPatternRuleTransformer.RepeatedPatternRule
Wrapper for loaded
AbstractPatternRule instances to act as text-level rules |