Package org.languagetool.rules.nl
Class DutchWrongWordInContextRule
- java.lang.Object
-
- org.languagetool.rules.Rule
-
- org.languagetool.rules.WrongWordInContextRule
-
- org.languagetool.rules.nl.DutchWrongWordInContextRule
-
public class DutchWrongWordInContextRule extends org.languagetool.rules.WrongWordInContextRule
-
-
Constructor Summary
Constructors Constructor Description DutchWrongWordInContextRule(java.util.ResourceBundle messages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getCategoryString()
java.lang.String
getDescription()
protected java.lang.String
getFilename()
java.lang.String
getId()
protected java.lang.String
getLongMessageString()
protected java.lang.String
getMessageString()
protected java.lang.String
getShortMessageString()
-
Methods inherited from class org.languagetool.rules.Rule
addExamplePair, estimateContextForSureMatch, 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
-
-
-
-
Method Detail
-
getCategoryString
protected java.lang.String getCategoryString()
- Overrides:
getCategoryString
in classorg.languagetool.rules.WrongWordInContextRule
-
getId
public java.lang.String getId()
- Overrides:
getId
in classorg.languagetool.rules.WrongWordInContextRule
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription
in classorg.languagetool.rules.WrongWordInContextRule
-
getFilename
protected java.lang.String getFilename()
- Specified by:
getFilename
in classorg.languagetool.rules.WrongWordInContextRule
-
getMessageString
protected java.lang.String getMessageString()
- Specified by:
getMessageString
in classorg.languagetool.rules.WrongWordInContextRule
-
getShortMessageString
protected java.lang.String getShortMessageString()
- Specified by:
getShortMessageString
in classorg.languagetool.rules.WrongWordInContextRule
-
getLongMessageString
protected java.lang.String getLongMessageString()
- Specified by:
getLongMessageString
in classorg.languagetool.rules.WrongWordInContextRule
-
-