public class WordCoherencyRule extends AbstractWordCoherencyRule
AbstractWordCoherencyRule.| Constructor and Description |
|---|
WordCoherencyRule(ResourceBundle messages) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
protected String |
getMessage(String word1,
String word2) |
protected Map<String,Set<String>> |
getWordMap() |
createReplacement, getShortMessage, match, minToCheckParagraphestimateContextForSureMatch, match, matchaddExamplePair, addTags, addToneTags, cacheAntiPatterns, getAntiPatterns, 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 WordCoherencyRule(ResourceBundle messages) throws IOException
IOExceptionprotected Map<String,Set<String>> getWordMap()
getWordMap in class AbstractWordCoherencyRuleprotected String getMessage(String word1, String word2)
getMessage in class AbstractWordCoherencyRulepublic String getDescription()
getDescription in class Rule