public class UppercaseSentenceStartRule extends TextLevelRule
| Constructor and Description |
|---|
UppercaseSentenceStartRule(ResourceBundle messages,
Language language)
Deprecated.
use
UppercaseSentenceStartRule(ResourceBundle, Language, IncorrectExample, CorrectExample) instead (deprecated since 3.3) |
UppercaseSentenceStartRule(ResourceBundle messages,
Language language,
IncorrectExample incorrectExample,
CorrectExample correctExample) |
UppercaseSentenceStartRule(ResourceBundle messages,
Language language,
IncorrectExample incorrectExample,
CorrectExample correctExample,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A short description of the error this rule can detect, usually in the language of the text
that is checked.
|
String |
getId()
A string used to identify the rule in e.g. configuration files.
|
protected boolean |
isEMail(String token) |
protected boolean |
isException(AnalyzedTokenReadings[] tokens,
int tokenIdx) |
protected boolean |
isUrl(String token) |
RuleMatch[] |
match(List<AnalyzedSentence> sentences) |
int |
minToCheckParagraph()
Gives back the minimum number of paragraphs to check to give back a correct result.
|
estimateContextForSureMatch, match, matchaddExamplePair, addTags, addToneTags, cacheAntiPatterns, getAntiPatterns, getCategory, getConfigureText, getCorrectExamples, getDefaultValue, getDistanceTokens, getErrorTriggeringExamples, getFullId, getIncorrectExamples, getLocQualityIssueType, getMaxConfigurableValue, getMinConfigurableValue, getMinPrevMatches, getSentenceWithImmunization, getSourceFile, getSubId, getTags, getToneTags, getUrl, hasConfigurableValue, hasTag, hasToneTag, isDefaultOff, isDefaultTempOff, isDictionaryBasedSpellingRule, isGoalSpecific, isOfficeDefaultOff, isOfficeDefaultOn, isPremium, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setDefaultTempOff, setDistanceTokens, setErrorTriggeringExamples, setExamplePair, setGoalSpecific, setIncorrectExamples, setLocQualityIssueType, setMinPrevMatches, setOfficeDefaultOff, setOfficeDefaultOn, setPremium, setTags, setToneTags, setUrl, supportsLanguage, toRuleMatchArray, useInOfficepublic UppercaseSentenceStartRule(ResourceBundle messages, Language language, IncorrectExample incorrectExample, CorrectExample correctExample)
public UppercaseSentenceStartRule(ResourceBundle messages, Language language, IncorrectExample incorrectExample, CorrectExample correctExample, URL url)
public UppercaseSentenceStartRule(ResourceBundle messages, Language language)
UppercaseSentenceStartRule(ResourceBundle, Language, IncorrectExample, CorrectExample) instead (deprecated since 3.3)public final String getId()
RuleA-Z
and the underscore.public final String getDescription()
RulegetDescription in class Ruleprotected boolean isException(AnalyzedTokenReadings[] tokens, int tokenIdx)
public RuleMatch[] match(List<AnalyzedSentence> sentences) throws IOException
match in class TextLevelRuleIOExceptionprotected boolean isUrl(String token)
protected boolean isEMail(String token)
public int minToCheckParagraph()
TextLevelRuleminToCheckParagraph in class TextLevelRule