public class FrenchRepeatedWordsRule extends AbstractRepeatedWordsRule
language| Constructor and Description |
|---|
FrenchRepeatedWordsRule(ResourceBundle messages) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
adjustPostag(String postag) |
String |
getDescription() |
protected String |
getMessage() |
protected String |
getShortMessage() |
protected Synthesizer |
getSynthesizer() |
protected Map<String,SynonymsData> |
getWordsToCheck() |
protected boolean |
isException(AnalyzedTokenReadings[] tokens,
int i,
boolean sentStart,
boolean isCapitalized,
boolean isAllUppercase) |
getId, loadWords, match, maxWordsDistance, minToCheckParagraphestimateContextForSureMatch, match, matchaddExamplePair, addTags, addToneTags, cacheAntiPatterns, 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, useInOfficepublic FrenchRepeatedWordsRule(ResourceBundle messages)
protected String getMessage()
getMessage in class AbstractRepeatedWordsRulepublic String getDescription()
getDescription in class AbstractRepeatedWordsRuleprotected Map<String,SynonymsData> getWordsToCheck()
getWordsToCheck in class AbstractRepeatedWordsRuleprotected String getShortMessage()
getShortMessage in class AbstractRepeatedWordsRuleprotected Synthesizer getSynthesizer()
getSynthesizer in class AbstractRepeatedWordsRuleprotected String adjustPostag(String postag)
adjustPostag in class AbstractRepeatedWordsRuleprotected boolean isException(AnalyzedTokenReadings[] tokens, int i, boolean sentStart, boolean isCapitalized, boolean isAllUppercase)
isException in class AbstractRepeatedWordsRule