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 |
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 |
AbstractSuppressIfAnyRuleMatchesFilter |
class |
AbstractSuppressMisspelledSuggestionsFilter |
class |
AbstractTextToNumberFilter |
class |
AdaptSuggestionsFilter |
class |
AddCommasFilter |
class |
DateRangeChecker
Checks whether the date range is valid, i.e., that the starting
date happens before the end date.
|
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 |
WhitespaceCheckFilter |
Modifier and Type | Class and Description |
---|---|
class |
CatalanNumberInWordFilter |
class |
CatalanNumberSpellerFilter |
class |
CatalanSuppressMisspelledSuggestionsFilter |
class |
DiacriticsCheckFilter |
class |
FindSuggestionsEsFilter |
class |
SuppressIfAnyRuleMatchesFilter |
Modifier and Type | Class and Description |
---|---|
class |
AdaptSuggestionFilter |
class |
CompoundCheckFilter |
class |
GermanNumberInWordFilter |
class |
GermanSuppressMisspelledSuggestionsFilter |
class |
InsertCommaFilter
Specific to
KOMMA_ZWISCHEN_HAUPT_UND_NEBENSATZ - helps setting the comma suggestion, if easily possible. |
class |
PotentialCompoundFilter |
class |
RecentYearFilter
Keep only those matches whose 'year' value is last year or in
recent years (up to
maxYearsBack years ago). |
class |
RemoveUnknownCompoundsFilter |
class |
UppercaseNounReadingFilter
Accepts rule matches when the uppercased word of the
token parameter
has a noun reading, e.g. |
class |
ValidWordFilter
To be used in LEERZEICHEN_NACH_KLAMMER.
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedSynthesizerFilter |
class |
AdverbFilter
Filter that maps suggestion from adverb to adjective.
|
class |
ConvertToSentenceCaseFilter |
class |
DateCheckFilter
English localization of
AbstractDateCheckFilter . |
class |
EnglishNumberInWordFilter |
class |
EnglishPartialPosTagFilter
A
PartialPosTagFilter for English that also runs the disambiguator. |
class |
EnglishSuppressMisspelledSuggestionsFilter |
class |
FindSuggestionsFilter |
class |
FutureDateFilter |
class |
NewYearDateFilter |
class |
NoDisambiguationEnglishPartialPosTagFilter
A
PartialPosTagFilter for English that does not run the disambiguator. |
class |
OrdinalSuffixFilter
Fixes the suggestion for ordinal suffixes, like "1nd" -> "1st".
|
class |
YMDDateCheckFilter
Date filter that expects a 'date' argument in the format 'yyyy-mm-dd'.
|
class |
YMDNewYearDateFilter
New year date filter that expects a 'date' argument in the format 'yyyy-mm-dd'.
|
Modifier and Type | Class and Description |
---|---|
class |
SpanishNumberInWordFilter |
class |
SpanishSuppressMisspelledSuggestionsFilter |
class |
TextToNumberFilter |
Modifier and Type | Class and Description |
---|---|
class |
DMYDateCheckFilter
Date filter that expects a 'date' argument in the format 'dd-mm-yyyy'.
|
class |
FrenchNumberInWordFilter |
class |
FrenchPartialPosTagFilter
A
PartialPosTagFilter for French that also runs the disambiguator. |
class |
FrenchSuppressMisspelledSuggestionsFilter |
class |
InterrogativeVerbFilter |
class |
MakeContractionsFilter |
class |
PostponedAdjectiveConcordanceFilter
This rule checks if an adjective doesn't agree with the previous noun and at
the same time it doesn't agree with any of the previous words.
|
class |
SuggestionsFilter |
class |
WordWithDeterminerFilter |
Modifier and Type | Class and Description |
---|---|
class |
IrishPartialPosTagFilter
A
PartialPosTagFilter for Irish that also runs the disambiguator. |
class |
NoDisambiguationIrishPartialPosTagFilter
A
PartialPosTagFilter for Irish that does not run the disambiguator. |
Modifier and Type | Class and Description |
---|---|
class |
CompoundFilter |
class |
DutchNumberInWordFilter |
class |
DutchSuppressMisspelledSuggestionsFilter |
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 |
DecadeSpellingFilter
The filter is used to create suggestions for the DATA_DEKADY rule.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfusionCheckFilter |
class |
NoDisambiguationPortuguesePartialPosTagFilter
A
PartialPosTagFilter for Portuguese that does not run the disambiguator. |
class |
PortugueseSuppressMisspelledSuggestionsFilter |
class |
RegularIrregularParticipleFilter |
Modifier and Type | Class and Description |
---|---|
class |
INNNumberFilter
Checks if INN number is incorrect
|
class |
NoDisambiguationRussianPartialPosTagFilter
A
PartialPosTagFilter for Russian that does not run the disambiguator. |
class |
RussianPartialPosTagFilter
A
PartialPosTagFilter for Russian that also runs the disambiguator. |
class |
RussianSuppressMisspelledSuggestionsFilter |