de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru
Class POSTemplateRu

java.lang.Object
  extended by de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant.POSType
      extended by de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru.POSTemplateRu

public class POSTemplateRu
extends POSType

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

noun

public static final POSType noun

noun_m_inanimate

public static final POSType noun_m_inanimate

noun_old

public static final POSType noun_old

noun_surname

public static final POSType noun_surname

verb

public static final POSType verb

verb_old_ru

public static final POSType verb_old_ru

adverb_template

public static final POSType adverb_template

adverb_word

public static final POSType adverb_word

adverb_word2

public static final POSType adverb_word2

adjective

public static final POSType adjective

adjective_old_en

public static final POSType adjective_old_en

pronoun

public static final POSType pronoun

pronoun2

public static final POSType pronoun2

pronoun_addon

public static final POSType pronoun_addon

conjunction

public static final POSType conjunction

conjunction2

public static final POSType conjunction2

interjection

public static final POSType interjection

interjection2

public static final POSType interjection2

preposition

public static final POSType preposition

postposition

public static final POSType postposition

article

public static final POSType article

article2

public static final POSType article2

prefix

public static final POSType prefix

suffix

public static final POSType suffix

numeral

public static final POSType numeral

abbreviation

public static final POSType abbreviation

particle1

public static final POSType particle1

particle3

public static final POSType particle3

participle

public static final POSType participle

predicative

public static final POSType predicative

verb_interjection

public static final POSType verb_interjection

parenthesis

public static final POSType parenthesis

prefix_of_compound

public static final POSType prefix_of_compound

wordForm

public static final POSType wordForm
Method Detail

getName

public String getName()

has

public static boolean has(String code)
Checks whether the part of speech with the abbreviation 'code' exists.


isPOSIn

public static POS isPOSIn(String code)
Check whether the given abbreviation 'code' contains a known part of speech tag. Return unknown if not.


get

public static POS get(String code)
Gets part of speech by its abbreviation or template


getTemplates

public 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.



Copyright © 2011-2013 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.