public class ValencianCatalan extends Catalan
Constructor and Description |
---|
ValencianCatalan() |
Modifier and Type | Method and Description |
---|---|
Tagger |
createDefaultTagger()
Creates language specific part-of-speech tagger.
|
String[] |
getCountries()
Get this language's country options , e.g.
|
List<String> |
getDefaultDisabledRulesForVariant()
Get disabled rules different from the default ones for this language variant.
|
List<String> |
getDefaultEnabledRulesForVariant()
Get enabled rules different from the default ones for this language variant.
|
String |
getName()
Get this language's name in English, e.g.
|
String |
getVariant()
Get this language's variant, e.g.
|
adaptSuggestion, adaptSuggestions, createDefaultDisambiguator, createDefaultSentenceTokenizer, createDefaultSpellingRule, createDefaultSynthesizer, createDefaultWordTokenizer, getClosingDoubleQuote, getClosingSingleQuote, getDefaultLanguageVariant, getMaintainedState, getMaintainers, getOpeningDoubleQuote, getOpeningSingleQuote, getPriorityForId, getRelevantRules, getRulePriority, getShortCode, hasMinMatchesRules, isAdvancedTypographyEnabled, toAdvancedTypography
adjustMatch, createDefaultChunker, createDefaultJLanguageTool, createDefaultPostDisambiguationChunker, equals, equalsConsiderVariantsIfSpecified, getChunker, getCommonWordsPath, getConsistencyRulePrefix, getDefaultSpellingRule, getDefaultSpellingRule, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getDisambiguator, getIgnoredCharactersRegex, getLanguageModel, getLocale, getLocaleWithCountryAndVariant, getPatternRules, getPostDisambiguationChunker, getRelevantLanguageModelCapableRules, getRelevantLanguageModelRules, getRelevantRemoteRules, getRelevantRulesGlobalConfig, getRemoteEnhancedRules, getRuleFileNames, getSentenceTokenizer, getShortCodeWithCountryAndVariant, getSynthesizer, getTagger, getTranslatedName, getUnifier, getUnifierConfiguration, getWordTokenizer, hashCode, hasNGramFalseFriendRule, hasVariant, initLanguageModel, isExternal, isHiddenFromGui, isSpellcheckOnlyLanguage, isVariant, mergeSuggestions, setChunker, setDisambiguator, setPostDisambiguationChunker, setSentenceTokenizer, setSynthesizer, setTagger, setWordTokenizer, toString
public String getName()
Language
English
or
German (Germany)
.public String[] getCountries()
Language
US
(as in en-US
) or
PL
(as in pl-PL
).getCountries
in class Catalan
public String getVariant()
Language
valencia
(as in ca-ES-valencia
)
or null
.
Attention: not to be confused with "country" optiongetVariant
in class Language
null
@NotNull public Tagger createDefaultTagger()
Language
null
,
but it can be a trivial pseudo-tagger that only assigns null
tags.
This function will be called each time in Language.getTagger()
()} if tagger is not set.createDefaultTagger
in class Catalan
public List<String> getDefaultEnabledRulesForVariant()
Language
getDefaultEnabledRulesForVariant
in class Language
public List<String> getDefaultDisabledRulesForVariant()
Language
getDefaultDisabledRulesForVariant
in class Language