class |
AbstractFillerWordsRule |
A rule that gives hints about the use of filler words.
|
class |
AbstractStyleRepeatedWordRule |
An abstract rule checks the appearance of same words in a sentence or in two consecutive sentences.
|
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 |
LongParagraphRule |
A rule that warns on long paragraphs.
|
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 |
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.
|