public class PortugueseReplaceRule extends AbstractSimpleReplaceRule
| Modifier and Type | Field and Description |
|---|---|
static String |
PORTUGUESE_SIMPLE_REPLACE_RULE |
| Constructor and Description |
|---|
PortugueseReplaceRule(ResourceBundle messages) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
Locale |
getLocale() |
String |
getMessage(String tokenStr,
List<String> replacements) |
String |
getShort() |
protected Map<String,List<String>> |
getWrongWords() |
boolean |
isCaseSensitive() |
isCheckLemmas, isTagged, load, match, reset, setCheckLemmas, setIgnoreTaggedWordsaddExamplePair, getAntiPatterns, getCategory, getCorrectExamples, getIncorrectExamples, getLocQualityIssueType, getSentenceWithImmunization, getUrl, isDefaultOff, isDictionaryBasedSpellingRule, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setIncorrectExamples, setLocQualityIssueType, setUrl, supportsLanguage, toRuleMatchArray, useInOfficepublic static final String PORTUGUESE_SIMPLE_REPLACE_RULE
public PortugueseReplaceRule(ResourceBundle messages) throws IOException
IOExceptionprotected Map<String,List<String>> getWrongWords()
getWrongWords in class AbstractSimpleReplaceRulepublic final String getId()
getId in class AbstractSimpleReplaceRulepublic String getDescription()
getDescription in class AbstractSimpleReplaceRulepublic String getShort()
getShort in class AbstractSimpleReplaceRulepublic String getMessage(String tokenStr, List<String> replacements)
getMessage in class AbstractSimpleReplaceRulepublic boolean isCaseSensitive()
isCaseSensitive in class AbstractSimpleReplaceRulepublic Locale getLocale()
getLocale in class AbstractSimpleReplaceRule