|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant.POSType
de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru.POSTemplateRu
public class POSTemplateRu
Names of POS templates in Russian Wiktionary. See http://ru.wiktionary.org/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D1%81%D0%BB%D0%BE%D0%B2%D0%B0%D1%80%D1%8C:%D0%A7%D0%B0%D1%81%D1%82%D0%B8_%D1%80%D0%B5%D1%87%D0%B8 http://ru.wiktionary.org/wiki/Викисловарь:Части речи Категория:Шаблоны словоизменений
Field Summary | |
---|---|
static POSType |
abbreviation
|
static POSType |
adjective
|
static POSType |
adjective_old_en
|
static POSType |
adverb_template
|
static POSType |
adverb_word
|
static POSType |
adverb_word2
|
static POSType |
article
|
static POSType |
article2
|
static POSType |
conjunction
|
static POSType |
conjunction2
|
static POSType |
interjection
|
static POSType |
interjection2
|
static POSType |
noun
|
static POSType |
noun_m_inanimate
|
static POSType |
noun_old
|
static POSType |
noun_surname
|
static POSType |
numeral
|
static POSType |
parenthesis
|
static POSType |
participle
|
static POSType |
particle1
|
static POSType |
particle3
|
static POSType |
postposition
|
static POSType |
predicative
|
static POSType |
prefix
|
static POSType |
prefix_of_compound
|
static POSType |
preposition
|
static POSType |
pronoun
|
static POSType |
pronoun_addon
|
static POSType |
pronoun2
|
static POSType |
suffix
|
static POSType |
verb
|
static POSType |
verb_interjection
|
static POSType |
verb_old_ru
|
static POSType |
wordForm
|
Method Summary | |
---|---|
static POS |
get(String code)
Gets part of speech by its abbreviation or template |
String |
getName()
|
static String |
getTemplates(String token,
POS pos)
Gets (token separated) abbreviations or templates used (by parser) in order to recognize the "pos" part of speech. |
static boolean |
has(String code)
Checks whether the part of speech with the abbreviation 'code' exists. |
static POS |
isPOSIn(String code)
Check whether the given abbreviation 'code' contains a known part of speech tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final POSType noun
public static final POSType noun_m_inanimate
public static final POSType noun_old
public static final POSType noun_surname
public static final POSType verb
public static final POSType verb_old_ru
public static final POSType adverb_template
public static final POSType adverb_word
public static final POSType adverb_word2
public static final POSType adjective
public static final POSType adjective_old_en
public static final POSType pronoun
public static final POSType pronoun2
public static final POSType pronoun_addon
public static final POSType conjunction
public static final POSType conjunction2
public static final POSType interjection
public static final POSType interjection2
public static final POSType preposition
public static final POSType postposition
public static final POSType article
public static final POSType article2
public static final POSType prefix
public static final POSType suffix
public static final POSType numeral
public static final POSType abbreviation
public static final POSType particle1
public static final POSType particle3
public static final POSType participle
public static final POSType predicative
public static final POSType verb_interjection
public static final POSType parenthesis
public static final POSType prefix_of_compound
public static final POSType wordForm
Method Detail |
---|
public String getName()
public static boolean has(String code)
public static POS isPOSIn(String code)
public static POS get(String code)
public static String getTemplates(String token, POS pos)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |