public class Ukrainian extends Language
| Modifier and Type | Field and Description |
|---|---|
static Ukrainian |
DEFAULT_VARIANT |
| Constructor and Description |
|---|
Ukrainian() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCountries() |
List<String> |
getDefaultDisabledRulesForVariant() |
Disambiguator |
getDisambiguator() |
Pattern |
getIgnoredCharactersRegex() |
Locale |
getLocale() |
LanguageMaintainedState |
getMaintainedState() |
Contributor[] |
getMaintainers() |
String |
getName() |
List<Rule> |
getRelevantRules(ResourceBundle messages,
UserConfig userConfig,
Language motherTongue,
List<Language> altLanguages) |
List<String> |
getRuleFileNames() |
SRXSentenceTokenizer |
getSentenceTokenizer() |
String |
getShortCode() |
protected Rule |
getSpellingReplacementRule(ResourceBundle messages) |
Synthesizer |
getSynthesizer() |
Tagger |
getTagger() |
Tokenizer |
getWordTokenizer() |
equals, equalsConsiderVariantsIfSpecified, getChunker, getCommonWordsPath, getDefaultEnabledRulesForVariant, getDefaultLanguageVariant, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getLanguageModel, getLocaleWithCountryAndVariant, getPatternRules, getPostDisambiguationChunker, getPriorityForId, getRelevantLanguageModelCapableRules, getRelevantLanguageModelRules, getRelevantNeuralNetworkModels, getRelevantRulesGlobalConfig, getRelevantWord2VecModelRules, getShortCodeWithCountryAndVariant, getTranslatedName, getUnifier, getUnifierConfiguration, getVariant, getWord2VecModel, hashCode, hasNGramFalseFriendRule, hasVariant, initLanguageModel, isExternal, isHiddenFromGui, isSpellcheckOnlyLanguage, isVariant, toStringpublic static final Ukrainian DEFAULT_VARIANT
public Pattern getIgnoredCharactersRegex()
getIgnoredCharactersRegex in class Languagepublic String getShortCode()
getShortCode in class Languagepublic String[] getCountries()
getCountries in class Languagepublic Synthesizer getSynthesizer()
getSynthesizer in class Languagepublic Disambiguator getDisambiguator()
getDisambiguator in class Languagepublic Tokenizer getWordTokenizer()
getWordTokenizer in class Languagepublic SRXSentenceTokenizer getSentenceTokenizer()
getSentenceTokenizer in class Languagepublic Contributor[] getMaintainers()
getMaintainers in class Languagepublic List<Rule> getRelevantRules(ResourceBundle messages, UserConfig userConfig, Language motherTongue, List<Language> altLanguages) throws IOException
getRelevantRules in class LanguageIOExceptionprotected Rule getSpellingReplacementRule(ResourceBundle messages) throws IOException
IOExceptionpublic List<String> getRuleFileNames()
getRuleFileNames in class Languagepublic LanguageMaintainedState getMaintainedState()
getMaintainedState in class Languagepublic List<String> getDefaultDisabledRulesForVariant()
getDefaultDisabledRulesForVariant in class Language