| AdaptSuggestionFilter |
|
| AgreementRule |
Simple agreement checker for German noun phrases.
|
| AgreementRule2 |
Simple agreement checker for German noun phrases.
|
| AgreementSuggestor |
Create suggestions for German noun phrases that lack agreement.
|
| AgreementTools |
|
| 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. (laufen needs
to be uppercased).
|
| CaseRuleExceptions |
|
| CompoundCoherencyRule |
Check consistent spelling for German compounds.
|
| CompoundInfinitivRule |
Checks the compound spelling of infinitive clause (Erweiterter Infinitiv mit zu)
|
| 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.
|
| DateCheckFilter |
German localization of AbstractDateCheckFilter.
|
| DateFilterHelper |
|
| DuUpperLowerCaseRule |
Coherent use of Du/du, Dich/dich etc.
|
| FutureDateFilter |
|
| 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.
|
| 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)
|
| GermanSpellerRule |
|
| GermanSpellerRule.ExpandingReader |
|
| 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.
|
| GermanWrongWordInContextRule |
|
| InsertCommaFilter |
Specific to KOMMA_ZWISCHEN_HAUPT_UND_NEBENSATZ - helps setting the comma suggestion, if easily possible.
|
| 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.
|
| NewYearDateFilter |
|
| 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'.
|
| ProhibitedCompoundRule.Pair |
|
| 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.
|
| SpellingData |
Old to new spelling data and similar formats loaded form CSV.
|
| SpellingRuleWithSuggestions |
|
| SubjectVerbAgreementRule |
Check subject verb agreement for verb forms "ist", "sind", "war" and "waren".
|
| SubjectVerbAgreementRule.SingularPluralPair |
|
| SwissGermanSpellerRule |
|
| UnitConversionRule |
|
| 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.
|
| VerbAgreementRule.BooleanAndFiniteVerb |
|
| WiederVsWiderRule |
Check incorrect use of "spiegelt ...
|
| 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'.
|