Package org.languagetool.rules.de
Class GermanCommaWhitespaceRule
java.lang.Object
org.languagetool.rules.Rule
org.languagetool.rules.CommaWhitespaceRule
org.languagetool.rules.de.GermanCommaWhitespaceRule
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGermanCommaWhitespaceRule(ResourceBundle messages, IncorrectExample incorrectExample, CorrectExample correctExample, URL url) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisException(AnalyzedTokenReadings[] tokens, int tokenIdx) Methods inherited from class org.languagetool.rules.CommaWhitespaceRule
getCommaCharacter, getDescription, getId, matchMethods inherited from class org.languagetool.rules.Rule
addExamplePair, addTags, addToneTags, cacheAntiPatterns, estimateContextForSureMatch, getAntiPatterns, getCategory, getCorrectExamples, getDistanceTokens, getErrorTriggeringExamples, getFullId, getIncorrectExamples, getLocQualityIssueType, getMinPrevMatches, getPriority, getRuleOptions, getSentenceWithImmunization, getSourceFile, getSubId, getTags, getToneTags, getUrl, hasTag, hasToneTag, isDefaultOff, isDefaultTempOff, isDictionaryBasedSpellingRule, isGoalSpecific, isIncludedInHiddenMatches, isOfficeDefaultOff, isOfficeDefaultOn, isPremium, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setDefaultTempOff, setDistanceTokens, setErrorTriggeringExamples, setExamplePair, setGoalSpecific, setIncludedInHiddenMatches, setIncorrectExamples, setLocQualityIssueType, setMinPrevMatches, setOfficeDefaultOff, setOfficeDefaultOn, setPremium, setPriority, setTags, setToneTags, setUrl, supportsLanguage, toRuleMatchArray, useInOffice
-
Field Details
-
DOMAINS
-
-
Constructor Details
-
GermanCommaWhitespaceRule
public GermanCommaWhitespaceRule(ResourceBundle messages, IncorrectExample incorrectExample, CorrectExample correctExample, URL url)
-
-
Method Details
-
isException
- Overrides:
isExceptionin classCommaWhitespaceRule- Returns:
- Returns true if there exception to this rule
-