public class Dutch extends Language
| Constructor and Description |
|---|
Dutch() |
adaptSuggestion, adjustMatch, createDefaultChunker, createDefaultJLanguageTool, createDefaultPostDisambiguationChunker, equals, equalsConsiderVariantsIfSpecified, filterRuleMatches, getChunker, getCommonWordsPath, getConsistencyRulePrefix, getDefaultDisabledRulesForVariant, getDefaultEnabledRulesForVariant, getDefaultRulePriorityForStyle, getDefaultSpellingRule, getDefaultSpellingRule, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getDisambiguator, getIgnoredCharactersRegex, getLocale, getLocaleWithCountryAndVariant, getPatternRules, getPostDisambiguationChunker, getRelevantLanguageModelCapableRules, getRelevantRemoteRules, getRelevantRulesGlobalConfig, getRemoteEnhancedRules, getRulePriority, getSentenceTokenizer, getShortCodeWithCountryAndVariant, getSynthesizer, getTagger, getTranslatedName, getUnifier, getUnifierConfiguration, getVariant, getWordTokenizer, hashCode, hasMinMatchesRules, hasNGramFalseFriendRule, hasVariant, initLanguageModel, isExternal, isHiddenFromGui, isSpellcheckOnlyLanguage, isVariant, prepareLineForSpeller, setChunker, setDisambiguator, setPostDisambiguationChunker, setSentenceTokenizer, setSynthesizer, setTagger, setWordTokenizer, toAdvancedTypography, toStringpublic Language getDefaultLanguageVariant()
getDefaultLanguageVariant in class Languagepublic String getShortCode()
getShortCode in class Languagepublic String[] getCountries()
getCountries in class Language@NotNull public Tagger createDefaultTagger()
createDefaultTagger in class Language@Nullable public Synthesizer createDefaultSynthesizer()
createDefaultSynthesizer in class Languagepublic static CompoundAcceptor getCompoundAcceptor()
public SentenceTokenizer createDefaultSentenceTokenizer()
createDefaultSentenceTokenizer in class Languagepublic Tokenizer createDefaultWordTokenizer()
createDefaultWordTokenizer in class Languagepublic Disambiguator createDefaultDisambiguator()
createDefaultDisambiguator in class Languagepublic Contributor[] getMaintainers()
getMaintainers in class Languagepublic LanguageMaintainedState getMaintainedState()
getMaintainedState in class Languagepublic List<Rule> getRelevantRules(ResourceBundle messages, UserConfig userConfig, Language motherTongue, List<Language> altLanguages) throws IOException
getRelevantRules in class LanguageIOExceptionpublic List<Rule> getRelevantLanguageModelRules(ResourceBundle messages, LanguageModel languageModel, UserConfig userConfig) throws IOException
getRelevantLanguageModelRules in class LanguageIOExceptionpublic LanguageModel getLanguageModel(File indexDir) throws IOException
getLanguageModel in class LanguageIOExceptionpublic String getOpeningDoubleQuote()
getOpeningDoubleQuote in class Languagepublic String getClosingDoubleQuote()
getClosingDoubleQuote in class Languagepublic String getOpeningSingleQuote()
getOpeningSingleQuote in class Languagepublic String getClosingSingleQuote()
getClosingSingleQuote in class Languagepublic boolean isAdvancedTypographyEnabled()
isAdvancedTypographyEnabled in class Languagepublic Map<String,Integer> getPriorityMap()
getPriorityMap in class Languageprotected int getPriorityForId(String id)
getPriorityForId in class Languagepublic List<String> getRuleFileNames()
getRuleFileNames in class Languagepublic SpellingCheckRule createDefaultSpellingRule(ResourceBundle messages) throws IOException
createDefaultSpellingRule in class LanguageIOExceptionpublic MultitokenSpeller getMultitokenSpeller()
getMultitokenSpeller in class Language