| Class | Description |
|---|---|
| AgreementRule |
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.
|
| CompoundCoherencyRule |
Check consistent spelling for German compounds.
|
| CompoundRule |
Checks that compounds are not written as separate 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.
|
| 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.
|
| GermanParagraphRepeatBeginningRule |
Check if to paragraphs begin with the same word.
|
| GermanSpellerRule | |
| GermanStyleRepeatedWordRule |
A rule checks the appearance of same words in a sentence or in two consecutive sentences.
|
| GermanWordRepeatBeginningRule |
Extends
WordRepeatBeginningRule by a list of German adverbs ("Konjunktionaladverben")
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 | |
| LongSentenceRule |
A rule that warns on long sentences.
|
| MissingVerbRule |
Checks that a sentence contains at least one verb.
|
| MorfologikGermanyGermanSpellerRule |
Spell checker rule that, unlike
GermanSpellerRule, does not support compounds
(except those listed in the dictionary of course). |
| OldSpellingRule |
Finds spellings that were only correct in the pre-reform orthography.
|
| ProhibitedCompoundRule |
Find compounds that might be morphologically correct but are still probably wrong, like 'Lehrzeile'.
|
| RecentYearFilter |
Keep only those matches whose 'year' value is last year or in
recent years (up to
maxYearsBack years ago). |
| SentenceWhitespaceRule |
Checks that there's whitespace between sentences etc.
|
| SimilarNameRule |
Search for names similar to ones used before in the same text, as these
might be typos.
|
| SubjectVerbAgreementRule |
Check subject verb agreement for verb forms "ist", "sind", "war" and "waren".
|
| SwissGermanSpellerRule | |
| UppercaseNounReadingFilter |
Accepts rule matches when the uppercased word of the
token parameter
has a noun reading, e.g. |
| 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'.
|