Class | Description |
---|---|
AdaptSuggestionFilter | |
AdvancedSynthesizerFilter | |
AgreementRule |
Simple agreement checker for German noun phrases.
|
AgreementRule2 |
Simple agreement checker for German noun phrases.
|
AustrianGermanSpellerRule | |
CaseRule |
Check that adjectives and verbs are not written with an uppercase
first letter (except at the start of a sentence) and cases
like this: Das laufen fällt mir leicht.
|
CompoundCheckFilter | |
CompoundCoherencyRule |
Check consistent spelling for German compounds.
|
CompoundInfinitivRule |
Checks the compound spelling of infinitive clause (Erweiterter Infinitiv mit zu)
|
ConjunctionAtBeginOfSentenceRule |
A rule that gives Hints about the use of German filler words.
|
DashRule |
Prüft, dass in Bindestrich-Komposita kein Leerzeichen eingefügt wird (wie z.B. in 'Diäten- Erhöhung').
|
DateCheckFilter |
German localization of
AbstractDateCheckFilter . |
DuUpperLowerCaseRule |
Coherent use of Du/du, Dich/dich etc.
|
FutureDateFilter | |
GermanCommaWhitespaceRule | |
GermanCompoundRule |
Checks that compounds are not written as separate words.
|
GermanConfusionProbabilityRule | |
GermanDoublePunctuationRule |
Double punctuation rule with German-specific error message.
|
GermanFillerWordsRule |
A rule that gives Hints about the use of German filler words.
|
GermanHelper |
Helper methods for working with German POS tags.
|
GermanNumberInWordFilter | |
GermanParagraphRepeatBeginningRule |
Check if to paragraphs begin with the same word.
|
GermanReadabilityRule |
A rule that checks the readability of German text (using the Flesch-Reading-Ease Formula)
If tooEasyTest == true, the rule tests if paragraph level > level (readability is too easy)
If tooEasyTest == false, the rule tests if paragraph level < level (readability is too difficult)
|
GermanRepeatedWordsRule | |
GermanSpellerRule | |
GermanStyleRepeatedWordRule |
A rule checks the appearance of same words in a sentence or in two consecutive sentences.
|
GermanSuppressMisspelledSuggestionsFilter | |
GermanUnpairedBracketsRule | |
GermanWordRepeatBeginningRule |
Extends
WordRepeatBeginningRule by a list of German adverbs ("Konjunktionaladverbien")
for a more precise error message. |
GermanWordRepeatRule |
Check if a word is repeated twice, taking into account an exception
for German where e.g. "..., die die ..." is often okay.
|
GermanWrongWordInContextRule | |
InsertCommaFilter |
Specific to
KOMMA_ZWISCHEN_HAUPT_UND_NEBENSATZ - helps setting the comma suggestion, if easily possible. |
LanguageNames | |
LineExpander |
Expand lines according to their suffix, e.g.
|
LongSentenceRule |
A rule that warns on long sentences.
|
MissingCommaRelativeClauseRule |
A rule checks a sentence for a missing comma before or after a relative clause (only for German language).
|
MissingVerbRule |
Checks that a sentence contains at least one verb.
|
MorfologikGermanyGermanSpellerRule | Deprecated
since 4.4, use GermanSpellerRule
|
NewYearDateFilter | |
NonSignificantVerbsRule |
A rule that gives Hints about the use of non-significant verbs.
|
OldSpellingRule |
Finds spellings that were only correct in the pre-reform orthography.
|
PassiveSentenceRule |
A rule that gives Hints about the use of German filler words.
|
PotentialCompoundFilter | |
ProhibitedCompoundRule |
Find compounds that might be morphologically correct but are still probably wrong, like 'Lehrzeile'.
|
ProhibitedCompoundRule.Pair | |
RecentYearFilter |
Keep only those matches whose 'year' value is last year or in
recent years (up to
maxYearsBack years ago). |
RedundantModalOrAuxiliaryVerb |
A rule that detects redundant modal and auxiliary verbs.
|
RemoveUnknownCompoundsFilter | |
SentenceWhitespaceRule |
Checks that there's whitespace between sentences etc.
|
SentenceWithManRule |
A rule that gives Hints about the use of German filler words.
|
SentenceWithModalVerbRule |
A rule that gives Hints about the use of German filler words.
|
SimilarNameRule |
Search for names similar to ones used before in the same text, as these
might be typos.
|
SimpleReplaceRule |
A rule that matches words which should not be used and suggests
correct ones instead.
|
StyleRepeatedSentenceBeginning |
A rule checks sentences beginning repeatedly with a subject.
|
StyleRepeatedVeryShortSentences |
A rule checks the use of very short sentences repeatedly.
|
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
|
SubjectVerbAgreementRule |
Check subject verb agreement for verb forms "ist", "sind", "war" and "waren".
|
SwissCompoundRule | |
SwissGermanSpellerRule | |
UnitConversionRule | |
UnnecessaryPhraseRule |
A rule that gives Hints about the use of German phrases.
|
UpperCaseNgramRule |
Finds some(!)
|
UppercaseNounReadingFilter |
Accepts rule matches when the uppercased word of the
token parameter
has a noun reading, e.g. |
ValidWordFilter |
To be used in LEERZEICHEN_NACH_KLAMMER.
|
VerbAgreementRule |
Simple agreement checker for German verbs and subject.
|
WiederVsWiderRule |
Check incorrect use of "spiegelt ... wider", namely using "wieder" instead
of "wider", e.g. in "Das spiegelt die Situation wieder" (incorrect).
|
WordCoherencyRule |
German 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'.
|