Package org.languagetool.rules.nl
Class DutchConfusionProbabilityRule
- java.lang.Object
-
- org.languagetool.rules.Rule
-
- org.languagetool.rules.ngrams.ConfusionProbabilityRule
-
- org.languagetool.rules.nl.DutchConfusionProbabilityRule
-
public class DutchConfusionProbabilityRule extends org.languagetool.rules.ngrams.ConfusionProbabilityRule
- Since:
- 4.5
-
-
Constructor Summary
Constructors Constructor Description DutchConfusionProbabilityRule(java.util.ResourceBundle messages, org.languagetool.languagemodel.LanguageModel languageModel, org.languagetool.Language language)
DutchConfusionProbabilityRule(java.util.ResourceBundle messages, org.languagetool.languagemodel.LanguageModel languageModel, org.languagetool.Language language, int grams)
-
Method Summary
-
Methods inherited from class org.languagetool.rules.ngrams.ConfusionProbabilityRule
estimateContextForSureMatch, getDescription, getFilenames, getId, getMessage, getNGrams, isException, match, setConfusionPair
-
Methods inherited from class org.languagetool.rules.Rule
addExamplePair, getAntiPatterns, getCategory, getConfigureText, getCorrectExamples, getDefaultValue, getErrorTriggeringExamples, getIncorrectExamples, getLocQualityIssueType, getMaxConfigurableValue, getMinConfigurableValue, getSentenceWithImmunization, getUrl, hasConfigurableValue, isDefaultOff, isDefaultTempOff, isDictionaryBasedSpellingRule, isOfficeDefaultOff, isOfficeDefaultOn, makeAntiPatterns, setCategory, setCorrectExamples, setDefaultOff, setDefaultOn, setDefaultTempOff, setErrorTriggeringExamples, setIncorrectExamples, setLocQualityIssueType, setOfficeDefaultOff, setOfficeDefaultOn, setUrl, supportsLanguage, toRuleMatchArray, useInOffice
-
-
-
-
Constructor Detail
-
DutchConfusionProbabilityRule
public DutchConfusionProbabilityRule(java.util.ResourceBundle messages, org.languagetool.languagemodel.LanguageModel languageModel, org.languagetool.Language language)
-
DutchConfusionProbabilityRule
public DutchConfusionProbabilityRule(java.util.ResourceBundle messages, org.languagetool.languagemodel.LanguageModel languageModel, org.languagetool.Language language, int grams)
-
-