Class | Description |
---|---|
AbstractEnglishSpellerRule | |
AdvancedSynthesizerFilter | |
AdverbFilter |
Filter that maps suggestion from adverb to adjective.
|
AmericanReplaceRule |
A rule that matches words or phrases which should not be used and suggests
correct ones instead.
|
AvsAnRule |
Check if the determiner (if any) preceding a word is:
an if the next word starts with a vowel
a if the next word does not start with a vowel
This rule loads some exceptions from external files
det_a.txt and
det_an.txt (e.g. for an hour). |
BritishReplaceRule |
A rule that matches words or phrases which should not be used and suggests
correct ones instead.
|
CompoundRule |
Checks that compounds (if in the list) are not written as separate words.
|
ConsistentApostrophesRule |
Check for consistent use of apostrophes (typographic (’) vs. typewriter (')).
|
ContractionSpellingRule |
A rule that matches words or phrases which should not be used and suggests
correct ones instead, e.g.
|
DateCheckFilter |
English localization of
AbstractDateCheckFilter . |
EnglishConfusionProbabilityRule | |
EnglishConvertToSentenceCaseFilter | |
EnglishDashRule |
Check for compounds written with dashes instead of hyphens.
|
EnglishDiacriticsRule |
A rule that matches words which require specific diacritics (e.g,
a la instead of à la ). |
EnglishForDutchmenFalseFriendRule |
False friends for Dutch native speakers who write English text, based on ngrams.
|
EnglishForFrenchFalseFriendRule |
False friends for French native speakers who write English text, based on ngrams.
|
EnglishForGermansFalseFriendRule |
False friends for German native speakers who write English text, based on ngrams.
|
EnglishForL2SpeakersFalseFriendRule |
False friends for non-native speakers who write English text, based on ngrams.
|
EnglishForSpaniardsFalseFriendRule |
False friends for Spanish native speakers who write English text, based on ngrams.
|
EnglishNgramProbabilityRule | |
EnglishNumberInWordFilter | |
EnglishPartialPosTagFilter |
A
PartialPosTagFilter for English that also runs the disambiguator. |
EnglishPlainEnglishRule |
A rule that matches words which are complex and suggests easier to understand alternatives.
|
EnglishRedundancyRule |
A rule that matches redundant expression.
|
EnglishRepeatedWordsRule | |
EnglishSpecificCaseRule |
A rule that matches words which need a specific upper/lowercase spelling.
|
EnglishSuppressMisspelledSuggestionsFilter | |
EnglishUnpairedBracketsRule | |
EnglishWordRepeatBeginningRule |
Adds a list English adverbs to
WordRepeatBeginningRule . |
EnglishWordRepeatRule |
Word repeat rule for English, to avoid false alarms in the generic word repetition rule.
|
EnglishWrongWordInContextRule | |
FindSuggestionsFilter | |
FutureDateFilter | |
GoogleStyleWordTokenizer |
Tokenize sentences to tokens like Google does for its ngram index.
|
LongSentenceRule | |
MorfologikAmericanSpellerRule | |
MorfologikAustralianSpellerRule | |
MorfologikBritishSpellerRule | |
MorfologikCanadianSpellerRule | |
MorfologikNewZealandSpellerRule | |
MorfologikSouthAfricanSpellerRule | |
NewYearDateFilter | |
NewZealandReplaceRule |
A rule that matches words or phrases which should not be used and suggests
correct ones instead.
|
NoDisambiguationEnglishPartialPosTagFilter |
A
PartialPosTagFilter for English that does not run the disambiguator. |
OrdinalSuffixFilter |
Fixes the suggestion for ordinal suffixes, like "1nd" -> "1st".
|
SimpleReplaceRule |
A rule that matches words which should not be used and suggests
correct ones instead.
|
StyleTooOftenUsedAdjectiveRule |
A rule that gives Hints about too often used Adjectives
|
StyleTooOftenUsedNounRule |
A rule that gives Hints about too often used Nouns
|
StyleTooOftenUsedVerbRule |
A rule that gives Hints about too often used Verbs
|
UnitConversionRule | |
UnitConversionRuleImperial | |
UnitConversionRuleUS | |
UpperCaseNgramRule |
Finds some(!)
|
WordCoherencyRule |
English version of
AbstractWordCoherencyRule |
YMDDateCheckFilter |
Date filter that expects a 'date' argument in the format 'yyyy-mm-dd'.
|
YMDNewYearDateFilter |
New year date filter that expects a 'date' argument in the format 'yyyy-mm-dd'.
|