|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectLanguage
Romanian
public class Romanian
| Field Summary |
|---|
| Fields inherited from class Language |
|---|
ASTURIAN, BELARUSIAN, BRETON, CATALAN, CHINESE, DANISH, DEMO, DUTCH, ENGLISH, ESPERANTO, FRENCH, GALICIAN, GERMAN, ICELANDIC, ITALIAN, KHMER, LANGUAGES, LITHUANIAN, MALAYALAM, POLISH, REAL_LANGUAGES, ROMANIAN, RUSSIAN, SLOVAK, SLOVENIAN, SPANISH, SWEDISH, TAGALOG, UKRAINIAN |
| Constructor Summary | |
|---|---|
Romanian()
|
|
| Method Summary | |
|---|---|
String[] |
getCountryVariants()
Get this language's variants, e.g. |
Disambiguator |
getDisambiguator()
Get this language's part-of-speech disambiguator implementation. |
Locale |
getLocale()
Get this language's Java locale. |
Contributor[] |
getMaintainers()
Get the name(s) of the maintainer(s) for this language or null. |
String |
getName()
Get this language's name in English, e.g. |
List<Class<? extends Rule>> |
getRelevantRules()
Get the rules classes that should run for texts in this language. |
SentenceTokenizer |
getSentenceTokenizer()
Get this language's sentence tokenizer implementation. |
String |
getShortName()
Get this language's two character code, e.g. |
Synthesizer |
getSynthesizer()
Get this language's part-of-speech synthesizer implementation or null. |
Tagger |
getTagger()
Get this language's part-of-speech tagger implementation. |
String[] |
getUnpairedRuleEndSymbols()
End symbols used by GenericUnpairedBracketsRule. |
String[] |
getUnpairedRuleStartSymbols()
Start symbols used by GenericUnpairedBracketsRule. |
Tokenizer |
getWordTokenizer()
Get this language's word tokenizer implementation. |
| Methods inherited from class Language |
|---|
getAllMaintainers, getDisambiguationUnifier, getExternalLanguages, getLanguageForName, getLanguageForShortName, getRuleFileName, getTranslatedName, getUnifier, isExternal, reInit, toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Romanian()
| Method Detail |
|---|
public Locale getLocale()
Language
getLocale in class Languagepublic String getName()
LanguageEnglish or German.
getName in class Languagepublic String getShortName()
Languageen for English.
getShortName in class Languagepublic String[] getCountryVariants()
LanguageUS (as in en_US) or
PL (as in pl_PL).
getCountryVariants in class Languagepublic String[] getUnpairedRuleStartSymbols()
LanguageGenericUnpairedBracketsRule.
Note that the array must be of equal length as Language.getUnpairedRuleEndSymbols() and the sequence of
starting symbols must match exactly the sequence of ending symbols.
getUnpairedRuleStartSymbols in class Languagepublic String[] getUnpairedRuleEndSymbols()
LanguageGenericUnpairedBracketsRule.
getUnpairedRuleEndSymbols in class LanguageLanguage.getUnpairedRuleStartSymbols()public Tagger getTagger()
Language
getTagger in class Languagepublic Contributor[] getMaintainers()
Languagenull.
getMaintainers in class Languagepublic List<Class<? extends Rule>> getRelevantRules()
Language
getRelevantRules in class Languagepublic final Synthesizer getSynthesizer()
Languagenull.
getSynthesizer in class Languagepublic final Disambiguator getDisambiguator()
Language
getDisambiguator in class Languagepublic final Tokenizer getWordTokenizer()
Language
getWordTokenizer in class Languagepublic SentenceTokenizer getSentenceTokenizer()
Language
getSentenceTokenizer in class Language
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||