public class WordCoherencyRule extends AbstractWordCoherencyRule
AbstractWordCoherencyRule.| Constructor and Description |
|---|
WordCoherencyRule(ResourceBundle messages) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
protected String |
getFilePath() |
String |
getId() |
protected String |
getMessage(String word1,
String word2) |
match, resetaddExamplePair, getCategory, getCorrectExamples, getIncorrectExamples, getLocQualityIssueType, getUrl, isDefaultOff, isDictionaryBasedSpellingRule, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setIncorrectExamples, setLocQualityIssueType, setUrl, supportsLanguage, toRuleMatchArray, useInOfficepublic WordCoherencyRule(ResourceBundle messages) throws IOException
IOExceptionprotected String getFilePath()
getFilePath in class AbstractWordCoherencyRuleprotected String getMessage(String word1, String word2)
getMessage in class AbstractWordCoherencyRulepublic String getDescription()
getDescription in class Rule