public final class MorfologikDutchSpellerRule extends MorfologikSpellerRule
conversionLocale, globalConfig, motherTongue, speller1, speller2, speller3CUSTOM_SPELLING_FILE, GLOBAL_SPELLING_FILE, HIGH_CONFIDENCE, ignoreWordsWithLength, language, languageModel, LANGUAGETOOL, LANGUAGETOOLER, MAX_TOKEN_LENGTH, wordListLoader, wordsToBeIgnored| Constructor and Description |
|---|
MorfologikDutchSpellerRule(ResourceBundle messages,
Language language,
UserConfig userConfig) |
MorfologikDutchSpellerRule(ResourceBundle messages,
Language language,
UserConfig userConfig,
List<Language> altLanguages) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Get the filename, e.g., /resource/pl/spelling.dict.
|
String |
getId()
A string used to identify the rule in e.g. configuration files.
|
protected String |
getIgnoreFileName()
Get the name of the ignore file, which lists words to be accepted, even
when the spell checker would not accept them.
|
protected String |
getProhibitFileName()
Get the name of the prohibit file, which lists words not to be accepted, even
when the spell checker would accept them.
|
String |
getSpellingFileName()
Get the name of the spelling file, which lists words to be accepted
and used for suggestions, even when the spell checker would not accept them.
|
getDescription, getRuleMatches, getSpellingSuggestions, getTranslator, ignoreWord, isEmoji, isMisspelled, isMisspelled, match, orderSuggestions, setCheckCompound, setCompoundRegex, setIgnoreTaggedWords, setLocale, tokenizingPatternacceptPhrases, addIgnoreTokens, addIgnoreWords, addProhibitedWords, addSuggestionsToRuleMatch, createWrongSplitMatch, expandLine, filterDupes, filterNoSuggestWords, filterSuggestions, getAdditionalProhibitFileNames, getAdditionalSpellingFileNames, getAdditionalSuggestions, getAdditionalTopSuggestions, getAntiPatterns, getLanguageVariantSpellingFileName, getOnlySuggestions, ignorePotentiallyMisspelledWord, ignoreToken, ignoreWord, init, isDictionaryBasedSpellingRule, isEMail, isIgnoredNoCase, isInIgnoredSet, isLatinScript, isProhibited, isUrl, setConsiderIgnoreWords, setConvertsCase, startsWithIgnoredWord, tokenizeNewWordsaddExamplePair, addTags, addToneTags, cacheAntiPatterns, estimateContextForSureMatch, getCategory, getConfigureText, getCorrectExamples, getDefaultValue, getDistanceTokens, getErrorTriggeringExamples, getFullId, getIncorrectExamples, getLocQualityIssueType, getMaxConfigurableValue, getMinConfigurableValue, getMinPrevMatches, getSentenceWithImmunization, getSourceFile, getSubId, getTags, getToneTags, getUrl, hasConfigurableValue, hasTag, hasToneTag, isDefaultOff, isDefaultTempOff, 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 MorfologikDutchSpellerRule(ResourceBundle messages, Language language, UserConfig userConfig) throws IOException
IOExceptionpublic MorfologikDutchSpellerRule(ResourceBundle messages, Language language, UserConfig userConfig, List<Language> altLanguages) throws IOException
IOExceptionpublic String getFileName()
MorfologikSpellerRulegetFileName in class MorfologikSpellerRulepublic String getId()
RuleA-Z
and the underscore.getId in class MorfologikSpellerRuleprotected String getIgnoreFileName()
SpellingCheckRuleSpellingCheckRule.getSpellingFileName()
the words in this file will not be used for creating suggestions for misspelled words.getIgnoreFileName in class SpellingCheckRulepublic String getSpellingFileName()
SpellingCheckRulegetSpellingFileName in class SpellingCheckRuleprotected String getProhibitFileName()
SpellingCheckRulegetProhibitFileName in class SpellingCheckRule