Uses of Class
de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant.POS

Packages that use POS
de.tudarmstadt.ukp.jwktl.parser.ru   
de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant   
de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.en   
de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.en.name   
de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru   
de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru.name   
de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.util   
de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.word   
 

Uses of POS in de.tudarmstadt.ukp.jwktl.parser.ru
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru with parameters of type POS
 PartOfSpeech WikokitToJWKTL.convertPOS(POS wikoPos)
          Converts a Wikokit part of speech to JWKTL.
 

Uses of POS in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant
 

Fields in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant declared as POS
static POS POS.abbreviation
           
static POS POS.acronym
           
static POS POS.adjective
           
static POS POS.adnominal
           
static POS POS.adverb
           
static POS POS.affix
           
static POS POS.article
           
static POS POS.brivla
           
static POS POS.circumfix
           
static POS POS.classifier
           
static POS POS.combined_kana_character
           
static POS POS.conjunction
           
static POS POS.contraction
           
static POS POS.correlative
           
static POS POS.counter
           
static POS POS.determiner
           
static POS POS.expression
           
static POS POS.gerund
           
static POS POS.gismu
           
static POS POS.han_character
           
static POS POS.hanja
           
static POS POS.hanja_reading
           
static POS POS.hanzi
           
static POS POS.hiragana_character
           
static POS POS.hiragana_letter
           
static POS POS.idiom
           
static POS POS.infix
           
static POS POS.initialism
           
static POS POS.interfix
           
static POS POS.interjection
           
static POS POS.jyutping_syllable
           
static POS POS.kanji
           
static POS POS.kanji_reading
           
static POS POS.katakana_character
           
static POS POS.katakana_letter
           
static POS POS.letter
           
static POS POS.lujvo
           
static POS POS.measure_word
           
static POS POS.noun
           
static POS POS.noun_class
           
static POS POS.noun_stem
           
static POS POS.numeral
           
static POS POS.parenthesis
           
static POS POS.participle
           
static POS POS.particle
           
static POS POS.phrase
           
static POS POS.pinyin
           
static POS POS.pinyin_syllable
           
protected  POS POSLocal.pos
          POS corresponding to this name, e.g.
static POS POS.possessive_adjective
           
static POS POS.postposition
           
static POS POS.predicative
           
static POS POS.prefix
           
static POS POS.prefix_of_compound
           
static POS POS.prenoun
           
static POS POS.preposition
           
static POS POS.prepositional_phrase
           
static POS POS.preverb
           
static POS POS.pronominal_adverb
           
static POS POS.pronoun
           
static POS POS.proper_noun
           
static POS POS.proverb
           
static POS POS.root
           
static POS POS.suffix
           
static POS POS.syllable
           
static POS POS.symbol
           
static POS POS.unknown
          The POS is unknown :(
static POS POS.verb
           
static POS POS.verb_interjection
           
 

Fields in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant with type parameters of type POS
protected static Map<String,POS> POSLocal.name2pos
           
protected static Map<POS,String> POSLocal.pos2name
           
protected static Map<POS,String> POSLocal.pos2name_short
           
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant that return POS
static POS POSLocal.get(String name)
          Gets POS by its name in some language
static POS POS.get(String _name)
          Gets part of speech by its name
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant that return types with arguments of type POS
static Collection<POS> POS.getAllPOS()
          Gets all POS.
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant with parameters of type POS
static String POSLocal.getName(POS p)
          Gets name of POS in Russian.
static String POSLocal.getShortName(POS p)
          Gets short name of POS in some language (e.g.
static boolean POSLocal.has(POS p)
          Checks weather exists the translation for this POS.
 

Constructors in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.constant with parameters of type POS
POSLocal(String _name, String _short_name, POS _pos)
          Remark: run the RelationTableAll.main() in order to check duplicates of part of speech names and short names.
 

Uses of POS in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.en
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.en that return POS
static POS POSTemplateEn.get(String code)
          Gets part of speech by its abbreviation
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.en with parameters of type POS
static String POSTemplateEn.getTemplates(String token, POS pos)
          Gets (token separated) abbreviations or templates used in order to recognize the "pos" part of speech.
 

Uses of POS in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.en.name
 

Constructors in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.en.name with parameters of type POS
POSEn(String _name, String _short_name, POS _pos)
           
 

Uses of POS in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru that return POS
static POS WPOSRu.checkIfSuchPOSExist(String pos_name)
           
static POS POSTemplateRu.get(String code)
          Gets part of speech by its abbreviation or template
static POS WPOSRu.guessPOSWith2ndLevelHeader(String page_title, String pos_title, StringBuffer text)
          The POS should be extracted from the text.
static POS POSTemplateRu.isPOSIn(String code)
          Check whether the given abbreviation 'code' contains a known part of speech tag.
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru with parameters of type POS
static String POSTemplateRu.getTemplates(String token, POS pos)
          Gets (token separated) abbreviations or templates used (by parser) in order to recognize the "pos" part of speech.
 

Uses of POS in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru.name
 

Constructors in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.multi.ru.name with parameters of type POS
POSRu(String _name, String _short_name, POS _pos)
           
 

Uses of POS in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.util
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.util that return POS
 POS POSText.getPOSType()
           
 

Constructors in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.util with parameters of type POS
POSText(POS _pos, String _text)
           
POSText(POS _pos, StringBuffer _text)
           
 

Uses of POS in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.word
 

Methods in de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.word that return POS
 POS WPOS.getPOS()
          Gets part of speech.
 



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