public class ArabicSimpleReplaceRule extends AbstractSimpleReplaceRule2
| Modifier and Type | Field and Description |
|---|---|
static String |
RULE_ID |
subRuleSpecificIds| Constructor and Description |
|---|
ArabicSimpleReplaceRule(ResourceBundle messages) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<String> |
getFileNames() |
String |
getId() |
Locale |
getLocale()
locale used on case-conversion
|
String |
getMessage() |
String |
getShort() |
String |
getSuggestionsSeparator() |
boolean |
isCaseSensitive() |
boolean |
isDictionaryBasedSpellingRule() |
addToQueue, getDescription, getWrongWords, isException, isTokenException, match, useSubRuleSpecificIdsaddExamplePair, addTags, cacheAntiPatterns, estimateContextForSureMatch, getAntiPatterns, getCategory, getConfigureText, getCorrectExamples, getDefaultValue, getDistanceTokens, getErrorTriggeringExamples, getFullId, getIncorrectExamples, getLocQualityIssueType, getMaxConfigurableValue, getMinConfigurableValue, getMinPrevMatches, getSentenceWithImmunization, getSourceFile, getSubId, getTags, getUrl, hasConfigurableValue, hasTag, isDefaultOff, isDefaultTempOff, isOfficeDefaultOff, isOfficeDefaultOn, isPremium, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setDefaultTempOff, setDistanceTokens, setErrorTriggeringExamples, setExamplePair, setIncorrectExamples, setLocQualityIssueType, setMinPrevMatches, setOfficeDefaultOff, setOfficeDefaultOn, setPremium, setTags, setUrl, supportsLanguage, toRuleMatchArray, useInOfficepublic static final String RULE_ID
public ArabicSimpleReplaceRule(ResourceBundle messages)
public List<String> getFileNames()
getFileNames in class AbstractSimpleReplaceRule2public String getId()
getId in class AbstractSimpleReplaceRule2public String getDescription()
getDescription in class AbstractSimpleReplaceRule2public String getShort()
getShort in class AbstractSimpleReplaceRule2public boolean isDictionaryBasedSpellingRule()
isDictionaryBasedSpellingRule in class Rulepublic boolean isCaseSensitive()
isCaseSensitive in class AbstractSimpleReplaceRule2public String getMessage()
getMessage in class AbstractSimpleReplaceRule2$match will be replaced with the matching word
and $suggestions will be replaced with the alternatives. This is the string
shown to the user.public String getSuggestionsSeparator()
getSuggestionsSeparator in class AbstractSimpleReplaceRule2public Locale getLocale()
getLocale in class AbstractSimpleReplaceRule2