Package org.languagetool.rules.es
Class SpanishConfusionProbabilityRule
java.lang.Object
org.languagetool.rules.Rule
org.languagetool.rules.ngrams.ConfusionProbabilityRule
org.languagetool.rules.es.SpanishConfusionProbabilityRule
- Since:
- 3.1
-
Field Summary
Fields inherited from class org.languagetool.rules.ngrams.ConfusionProbabilityRule
MIN_COVERAGE, RULE_ID -
Constructor Summary
ConstructorsConstructorDescriptionSpanishConfusionProbabilityRule(ResourceBundle messages, LanguageModel languageModel, Language language) -
Method Summary
Methods inherited from class org.languagetool.rules.ngrams.ConfusionProbabilityRule
estimateContextForSureMatch, getAntiPatterns, getDescription, getFilenames, getId, getMessage, getNGrams, isCommonWord, isException, match, setConfusionPairMethods inherited from class org.languagetool.rules.Rule
addExamplePair, addTags, addToneTags, cacheAntiPatterns, 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, useInOffice
-
Constructor Details
-
SpanishConfusionProbabilityRule
public SpanishConfusionProbabilityRule(ResourceBundle messages, LanguageModel languageModel, Language language)
-