public class GermanWordRepeatRule extends WordRepeatRule
| Constructor and Description |
|---|
GermanWordRepeatRule(ResourceBundle messages,
Language language) |
| Modifier and Type | Method and Description |
|---|---|
List<DisambiguationPatternRule> |
getAntiPatterns() |
String |
getId() |
boolean |
ignore(AnalyzedTokenReadings[] tokens,
int position) |
createRuleMatch, estimateContextForSureMatch, getDescription, match, wordRepetitionOfaddExamplePair, addTags, addToneTags, cacheAntiPatterns, getCategory, getConfigureText, getCorrectExamples, getDefaultValue, getDistanceTokens, getErrorTriggeringExamples, getFullId, getIncorrectExamples, getLocQualityIssueType, getMaxConfigurableValue, getMinConfigurableValue, getMinPrevMatches, getSentenceWithImmunization, getSourceFile, getSubId, getTags, getToneTags, getUrl, hasConfigurableValue, hasTag, hasToneTag, isDefaultOff, isDefaultTempOff, isDictionaryBasedSpellingRule, isGoalSpecific, isOfficeDefaultOff, isOfficeDefaultOn, isPremium, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setDefaultTempOff, setDistanceTokens, setErrorTriggeringExamples, setExamplePair, setGoalSpecific, setIncorrectExamples, setLocQualityIssueType, setMinPrevMatches, setOfficeDefaultOff, setOfficeDefaultOn, setPremium, setTags, setToneTags, setUrl, supportsLanguage, toRuleMatchArray, useInOfficepublic GermanWordRepeatRule(ResourceBundle messages, Language language)
public String getId()
getId in class WordRepeatRulepublic boolean ignore(AnalyzedTokenReadings[] tokens, int position)
ignore in class WordRepeatRulepublic List<DisambiguationPatternRule> getAntiPatterns()
getAntiPatterns in class Rule