| Interface | Description |
|---|---|
| RuleMatchFilter |
Filter rule matches.
|
| Class | Description |
|---|---|
| AbstractCompoundRule |
Checks that compounds (if in the list) are not written as separate words.
|
| AbstractDateCheckFilter |
Accepts rule matches if a date doesn't match the accompanying weekday, e.g. if
Monday, 8 November 2003
isn't actually a Monday. |
| AbstractPunctuationCheckRule |
A rule that matches "
|
| AbstractSimpleReplaceRule |
A rule that matches words which should not be used and suggests
correct ones instead.
|
| AbstractSimpleReplaceRule2 |
A rule that matches words which should not be used and suggests correct ones instead.
|
| AbstractSpaceBeforeRule |
An abstract rule that checks if there is a missing space before some conjunctions.
|
| AbstractWordCoherencyRule |
A rule that matches words for which two different spellings are used
throughout the document.
|
| AdvancedWordRepeatRule |
Rule for detecting same words in the sentence but not just in a row
|
| Category |
A rule's category.
|
| CommaWhitespaceRule |
A rule that matches periods, commas and closing parenthesis preceded by whitespace and
opening parenthesis followed by whitespace.
|
| CompoundRuleData |
Data about words that are compounds and should thus not be written
as separate words.
|
| ConfusionProbabilityRule |
LanguageTool's homophone confusion check that uses ngram lookups
to decide which word in a confusion set (from
confusion_sets.txt) suits best. |
| ConfusionSet |
Words that can easily be confused - for internal use only.
|
| ConfusionSetLoader |
Loads a confusion set from a plain text file (UTF-8).
|
| ConfusionString |
A string in a
ConfusionSet - for internal use only. |
| DoublePunctuationRule |
A rule that matches ".."
|
| Example |
Helper class to create error examples.
|
| GenericUnpairedBracketsRule |
Rule that finds unpaired quotes, brackets etc.
|
| IncorrectExample |
A text, typically a sentence, that contains an error.
|
| LongSentenceRule |
A rule that warns on long sentences.
|
| MultipleWhitespaceRule |
Check if there is duplicated whitespace in a sentence.
|
| PartialPosTagFilter |
Filters rule matches so that only matches are kept where a part of the
token has a given POS tag.
|
| Rule |
Abstract rule class.
|
| RuleMatch |
Information about an error rule that matches text and the position of the match.
|
| RuleWithMaxFilter |
Filter rule matches so that only the longest match is kept from overlapping
matches with the same rule that contains tokens with maxOccurrence > 1.
|
| SameRuleGroupFilter |
Filter rule matches so that only the first match is kept from overlapping
matches with the same rule group (actually: the same id).
|
| SentenceWhitespaceRule |
Checks that there's whitespace between sentences.
|
| SimpleReplaceDataLoader |
Load replacement data from a UTF-8 file.
|
| SymbolLocator |
Helper class for GenericUnpairedBracketsRule to identify
symbols indexed with integers.
|
| TextLevelRule |
A rule that considers the complete text, not just one sentence after
the other.
|
| UnsyncStack<E> |
Implements unsynchronized stack (contrary to default Java java.util.Stack,
this one is based on ArrayList).
|
| UppercaseSentenceStartRule |
Checks that a sentence starts with an uppercase letter.
|
| WhitespaceBeforePunctuationRule |
A rule that matches several punctuation signs such as
: ; and % preceded by whitespace. |
| WordCoherencyDataLoader |
Loads word variations words from a UTF-8 file.
|
| WordRepeatBeginningRule |
Check if three successive sentences begin with the same word, e.g.
|
| WordRepeatRule |
Check if a word is repeated twice, e.g.
|
| WrongWordInContextRule |
Check if there is a confusion of two words (which might have a similar spelling) depending on the context.
|
| Enum | Description |
|---|---|
| Category.Location | |
| ITSIssueType |
Some constants for Localization Quality Issue Type from the
Internationalization Tag Set (ITS) Version 2.0.
|