Package de.danielnaber.languagetool.rules

Class Summary
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  
CommaWhitespaceRule A rule that matches commas and closing parenthesis preceded by whitespace and opening parenthesis followed by whitespace.
DoublePunctuationRule A rule that matches ".."
IncorrectExample A text, typically a sentence that contains an error.
Rule Abstract rule class.
RuleMatch A class that holds information about where a rule matches text.
UnpairedQuotesBracketsRule Rule that finds unpaired quotes, brackets etc.
UppercaseSentenceStartRule Checks that a sentence starts with an uppercase letter.
WhitespaceRule Check if there is duplicated whitespace in a sentence.
WordRepeatRule Check if a word is repeated twice, e.g.
 



Copyright © 2005-2009 Daniel Naber