|
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'). |
| GermanRule |
Abstract base class for rules for the German language. |
| 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. |