public class Slovak extends Language
| Constructor and Description |
|---|
Slovak() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCountries() |
Contributor[] |
getMaintainers() |
String |
getName() |
List<Rule> |
getRelevantRules(ResourceBundle messages,
UserConfig userConfig,
Language motherTongue,
List<Language> altLanguages) |
List<String> |
getRuleFileNames() |
SentenceTokenizer |
getSentenceTokenizer() |
String |
getShortCode() |
Synthesizer |
getSynthesizer() |
Tagger |
getTagger() |
equals, equalsConsiderVariantsIfSpecified, getChunker, getCommonWordsPath, getDefaultDisabledRulesForVariant, getDefaultEnabledRulesForVariant, getDefaultLanguageVariant, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getDisambiguator, getIgnoredCharactersRegex, getLanguageModel, getLocale, getLocaleWithCountryAndVariant, getMaintainedState, getPatternRules, getPostDisambiguationChunker, getPriorityForId, getRelevantLanguageModelCapableRules, getRelevantLanguageModelRules, getRelevantNeuralNetworkModels, getRelevantRemoteRules, getRelevantRulesGlobalConfig, getRelevantWord2VecModelRules, getRemoteEnhancedRules, getShortCodeWithCountryAndVariant, getTranslatedName, getUnifier, getUnifierConfiguration, getVariant, getWord2VecModel, getWordTokenizer, hashCode, hasNGramFalseFriendRule, hasVariant, initLanguageModel, isExternal, isHiddenFromGui, isSpellcheckOnlyLanguage, isVariant, toStringpublic String getShortCode()
getShortCode in class Languagepublic String[] getCountries()
getCountries in class Languagepublic Synthesizer getSynthesizer()
getSynthesizer in class Languagepublic SentenceTokenizer 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 LanguageIOExceptionpublic List<String> getRuleFileNames()
getRuleFileNames in class Language