public class BelgianDutch extends Dutch
| Constructor and Description |
|---|
BelgianDutch() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCountries()
Get this language's country options , e.g.
|
String |
getName()
Get this language's name in English, e.g.
|
List<String> |
getRuleFileNames()
Get the location of the rule file(s) in a form like
/org/languagetool/rules/de/grammar.xml,
i.e. a path in the classpath. |
createDefaultDisambiguator, createDefaultSentenceTokenizer, createDefaultSpellingRule, createDefaultSynthesizer, createDefaultTagger, createDefaultWordTokenizer, getClosingDoubleQuote, getClosingSingleQuote, getDefaultLanguageVariant, getLanguageModel, getMaintainedState, getMaintainers, getOpeningDoubleQuote, getOpeningSingleQuote, getPriorityForId, getRelevantLanguageModelRules, getRelevantRules, getShortCode, isAdvancedTypographyEnabledadaptSuggestion, adaptSuggestions, adjustMatch, createDefaultChunker, createDefaultJLanguageTool, createDefaultPostDisambiguationChunker, equals, equalsConsiderVariantsIfSpecified, getChunker, getCommonWordsPath, getConsistencyRulePrefix, getDefaultDisabledRulesForVariant, getDefaultEnabledRulesForVariant, 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, mergeSuggestions, setChunker, setDisambiguator, setPostDisambiguationChunker, setSentenceTokenizer, setSynthesizer, setTagger, setWordTokenizer, toAdvancedTypography, toStringpublic String getName()
LanguageEnglish or
German (Germany).public String[] getCountries()
LanguageUS (as in en-US) or
PL (as in pl-PL).getCountries in class Dutchpublic List<String> getRuleFileNames()
Language/org/languagetool/rules/de/grammar.xml,
i.e. a path in the classpath. The files must exist or an exception will be thrown, unless the filename
contains the string -test-.getRuleFileNames in class Dutch