public class Greek extends Language
LANGUAGES, REAL_LANGUAGES| Constructor and Description |
|---|
Greek() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCountries() |
Disambiguator |
getDisambiguator() |
Contributor[] |
getMaintainers() |
String |
getName() |
List<Rule> |
getRelevantRules(ResourceBundle messages) |
SentenceTokenizer |
getSentenceTokenizer() |
String |
getShortName() |
Synthesizer |
getSynthesizer() |
Tagger |
getTagger() |
Tokenizer |
getWordTokenizer() |
void |
setName(String name) |
addExternalRuleFile, equalsConsiderVariantsIfSpecified, getAllLanguages, getChunker, getDefaultDisabledRulesForVariant, getDefaultEnabledRulesForVariant, getDefaultLanguageVariant, getDisambiguationUnifier, getDisambiguationUnifierConfiguration, getExternalLanguages, getExternalRuleFiles, getLanguageForLocale, getLanguageForName, getLanguageForShortName, getLanguageModel, getLocale, getLocaleWithCountryAndVariant, getRealLanguages, getRelevantLanguageModelRules, getRuleFileNames, getShortNameWithCountryAndVariant, getTranslatedName, getUnifier, getUnifierConfiguration, getUnpairedRuleEndSymbols, getUnpairedRuleStartSymbols, getVariant, hasVariant, isExternal, isLanguageSupported, isVariant, makeExternal, reInit, toStringpublic final String getShortName()
getShortName in class Languagepublic final String[] getCountries()
getCountries in class Languagepublic final Contributor[] getMaintainers()
getMaintainers in class Languagepublic List<Rule> getRelevantRules(ResourceBundle messages) throws IOException
getRelevantRules in class LanguageIOExceptionpublic final SentenceTokenizer getSentenceTokenizer()
getSentenceTokenizer in class Languagepublic final Tokenizer getWordTokenizer()
getWordTokenizer in class Languagepublic final Synthesizer getSynthesizer()
getSynthesizer in class Languagepublic Disambiguator getDisambiguator()
getDisambiguator in class Language