Package org.languagetool.language
Class BalearicCatalan
java.lang.Object
org.languagetool.Language
org.languagetool.language.Catalan
org.languagetool.language.BalearicCatalan
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates language specific part-of-speech synthesizer.String[]Get this language's country options , e.g.Get disabled rules different from the default ones for this language variant.Get enabled rules different from the default ones for this language variant.static BalearicCatalangetName()Get this language's name in English, e.g.Get this language's variant, e.g.Methods inherited from class org.languagetool.language.Catalan
adaptSuggestion, createDefaultDisambiguator, createDefaultSentenceTokenizer, createDefaultSpellingRule, createDefaultTagger, createDefaultWordTokenizer, filterRuleMatches, getClosingDoubleQuote, getClosingSingleQuote, getDefaultLanguageVariant, getDefaultRulePriorityForStyle, getMaintainedState, getMaintainers, getMultitokenSpeller, getOpeningDoubleQuote, getOpeningSingleQuote, getPriorityForId, getRelevantRules, getShortCode, hasMinMatchesRules, isAdvancedTypographyEnabled, prepareLineForSpeller, toAdvancedTypographyMethods inherited from class org.languagetool.Language
adjustMatch, createDefaultChunker, createDefaultJLanguageTool, createDefaultPostDisambiguationChunker, equals, equalsConsiderVariantsIfSpecified, getChunker, getCommonWordsPath, getConsistencyRulePrefix, getDefaultSpellingRule, getDefaultSpellingRule, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getDisambiguator, getIgnoredCharactersRegex, getLanguageModel, getLocale, getLocaleWithCountryAndVariant, getPatternRules, getPostDisambiguationChunker, getPriorityMap, getRelevantLanguageModelCapableRules, getRelevantLanguageModelRules, getRelevantRemoteRules, getRelevantRulesGlobalConfig, getRemoteEnhancedRules, getRuleFileNames, getRulePriority, getSentenceTokenizer, getShortCodeWithCountryAndVariant, getSynthesizer, getTagger, getTranslatedName, getUnifier, getUnifierConfiguration, getWordTokenizer, hashCode, hasNGramFalseFriendRule, hasVariant, isExternal, isHiddenFromGui, isSpellcheckOnlyLanguage, isVariant, setChunker, setDisambiguator, setPostDisambiguationChunker, setSentenceTokenizer, setSynthesizer, setTagger, setWordTokenizer, toString
-
Field Details
-
LANGUAGE_SHORT_CODE
- See Also:
-
instantiationTraceBalear
-
-
Constructor Details
-
BalearicCatalan
public BalearicCatalan()
-
-
Method Details
-
getInstance
-
getName
Description copied from class:LanguageGet this language's name in English, e.g.EnglishorGerman (Germany). -
getCountries
Description copied from class:LanguageGet this language's country options , e.g.US(as inen-US) orPL(as inpl-PL).- Overrides:
getCountriesin classCatalan- Returns:
- String[] - array of country options for the language.
-
createDefaultSynthesizer
Description copied from class:LanguageCreates language specific part-of-speech synthesizer. This function will be called each time inLanguage.getSynthesizer()if synthesizer is not set.- Overrides:
createDefaultSynthesizerin classCatalan
-
getVariant
Description copied from class:LanguageGet this language's variant, e.g.valencia(as inca-ES-valencia) ornull. Attention: not to be confused with "country" option- Overrides:
getVariantin classLanguage- Returns:
- variant for the language or
null
-
getDefaultEnabledRulesForVariant
Description copied from class:LanguageGet enabled rules different from the default ones for this language variant.- Overrides:
getDefaultEnabledRulesForVariantin classLanguage- Returns:
- enabled rules for the language variant.
-
getDefaultDisabledRulesForVariant
Description copied from class:LanguageGet disabled rules different from the default ones for this language variant.- Overrides:
getDefaultDisabledRulesForVariantin classLanguage- Returns:
- disabled rules for the language variant.
-