| Package | Description |
|---|---|
| org.languagetool.rules | |
| org.languagetool.rules.patterns | |
| org.languagetool.rules.spelling.multitoken |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAdvancedSynthesizerFilter |
class |
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. |
class |
AbstractDateCheckWithSuggestionsFilter
Accepts rule matches if a date doesn't match the accompanying weekday, e.g. if
Monday, 8 November 2003
isn't actually a Monday. |
class |
AbstractFindSuggestionsFilter |
class |
AbstractFutureDateFilter
Checks if a given date is in the future
Used for mismatch detection between verb tense and a given date
|
class |
AbstractMakeContractionsFilter |
class |
AbstractNewYearDateFilter
Accepts rule matches if we are in the first days of a new year and the user
may have entered a date with the old year (but not a date in December).
|
class |
AbstractNumberInWordFilter |
class |
AbstractSuppressMisspelledSuggestionsFilter |
class |
AbstractTextToNumberFilter |
class |
AdaptSuggestionsFilter |
class |
AddCommasFilter |
class |
ConvertToSentenceCaseFilter |
class |
DateRangeChecker
Checks whether the date range is valid, i.e., that the starting
date happens before the end date.
|
class |
IsEnglishWordFilter |
class |
PartialPosTagFilter
Filters rule matches so that only matches are kept where a part of the
token has a given POS tag.
|
class |
ShortenedYearRangeChecker
Checks whether a shortened year range (such as '1998-92') is valid, i.e., that the starting
date happens before the end date.
|
class |
SuppressIfAnyRuleMatchesFilter |
class |
UnderlineSpacesFilter |
class |
WhitespaceCheckFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
ApostropheTypeFilter |
| Modifier and Type | Field and Description |
|---|---|
protected RuleFilter |
AbstractPatternRule.filter |
| Modifier and Type | Method and Description |
|---|---|
RuleFilter |
AbstractPatternRule.getFilter() |
RuleFilter |
RuleFilterCreator.getFilter(String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPatternRule.setFilter(RuleFilter filter) |
| Constructor and Description |
|---|
RuleFilterEvaluator(RuleFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
MultitokenSpellerFilter |