|
Class Summary |
| 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 (if in the list) 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'). |
| GermanDoublePunctuationRule |
Double punctuation rule with German-specific error message. |
| GermanRule |
Abstract base class for rules for the German language. |
| GermanSpellerRule |
|
| GermanWordRepeatBeginningRule |
List of German adverbs ("Konjunktionaladverben") for WordRepeatBeginningRule |
| GermanWordRepeatRule |
Check if a word is repeated twice, taking into account an exception
for German where e.g. "..., die die ..." is often okay. |
| GermanWrongWordInContextRule |
|
| MorfologikGermanyGermanSpellerRule |
|
| 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 |
A rule that matches words for which two different spellings are used
throughout the document. |