| Class | Description |
|---|---|
| AbstractCompoundRule |
Checks that compounds (if in the list) are not written as separate words.
|
| AbstractPunctuationCheckRule |
A rule that matches "
|
| AbstractSimpleReplaceRule |
A rule that matches words or phrases which should not be used and suggests
correct ones instead.
|
| Category |
A rule's category.
|
| CommaWhitespaceRule |
A rule that matches commas and closing parenthesis preceded by whitespace and
opening parenthesis followed by whitespace.
|
| DoublePunctuationRule |
A rule that matches ".."
|
| GenericUnpairedBracketsRule |
Rule that finds unpaired quotes, brackets etc.
|
| IncorrectExample |
A text, typically a sentence, that contains an error.
|
| LongSentenceRule | |
| Rule |
Abstract rule class.
|
| RuleMatch |
A class that holds information about where a rule matches text.
|
| UppercaseSentenceStartRule |
Checks that a sentence starts with an uppercase letter.
|
| WhitespaceRule |
Check if there is duplicated whitespace in a sentence.
|
| WordRepeatBeginningRule |
Check if three successive sentences begin with the same word, e.g.
|
| WordRepeatRule |
Check if a word is repeated twice, e.g.
|
Copyright © 2005-2011 Daniel Naber