public class MixedAlphabetsRule extends Rule
| Constructor and Description |
|---|
MixedAlphabetsRule(ResourceBundle messages) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getShort() |
String |
getSuggestion(String word) |
boolean |
isCaseSensitive()
Indicates if the rule is case-sensitive.
|
RuleMatch[] |
match(AnalyzedSentence text) |
void |
reset() |
addRuleMatch, clearMatches, getCategory, getCorrectExamples, getIncorrectExamples, getLocQualityIssueType, getMatches, getMatchesIndex, getUrl, isDefaultOff, isInMatches, isInRemoved, isParagraphBackTrack, isSpellingRule, setAsDeleted, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setIncorrectExamples, setLocQualityIssueType, setParagraphBackTrack, setUrl, supportsLanguage, toRuleMatchArraypublic MixedAlphabetsRule(ResourceBundle messages) throws IOException
IOExceptionpublic String getDescription()
getDescription in class Rulepublic String getShort()
public boolean isCaseSensitive()
public final RuleMatch[] match(AnalyzedSentence text)