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,
List<Language> altLanguages) |
List<String> |
getRuleFileNames() |
SentenceTokenizer |
getSentenceTokenizer() |
String |
getShortCode() |
Synthesizer |
getSynthesizer() |
Tagger |
getTagger() |
equals, equalsConsiderVariantsIfSpecified, getChunker, getDefaultDisabledRulesForVariant, getDefaultEnabledRulesForVariant, getDefaultLanguageVariant, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getDisambiguator, getIgnoredCharactersRegex, getLanguageModel, getLocale, getLocaleWithCountryAndVariant, getMaintainedState, getPatternRules, getPostDisambiguationChunker, getPriorityForId, getRelevantLanguageModelRules, getRelevantNeuralNetworkModels, getRelevantWord2VecModelRules, getShortCodeWithCountryAndVariant, getTranslatedName, getUnifier, getUnifierConfiguration, getVariant, getWord2VecModel, getWordTokenizer, hashCode, hasVariant, isExternal, isHiddenFromGui, 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, List<Language> altLanguages) throws IOException
getRelevantRules in class LanguageIOExceptionpublic List<String> getRuleFileNames()
getRuleFileNames in class Language