| Class | Description |
|---|---|
| AgreementRule |
Simple agreement checker for German noun phrases.
|
| 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.
|
| 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. |
| GermanConfusionProbabilityRule | |
| GermanDoublePunctuationRule |
Double punctuation rule with German-specific error message.
|
| GermanHelper |
Helper methods for working with German POS tags.
|
| GermanRule |
Abstract base class for rules for the German language.
|
| GermanSpellerRule | |
| 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 | |
| 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). |
| 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".
|
| 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'.
|