de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.util
Class POSText

java.lang.Object
  extended by de.tudarmstadt.ukp.jwktl.parser.ru.wikokit.base.wikt.util.POSText

public class POSText
extends Object

Data structure consists of a POS code and the corresponding text.


Constructor Summary
POSText()
           
POSText(POS _pos, String _text)
           
POSText(POS _pos, StringBuffer _text)
           
 
Method Summary
 POS getPOSType()
           
 StringBuffer getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POSText

public POSText()

POSText

public POSText(POS _pos,
               String _text)

POSText

public POSText(POS _pos,
               StringBuffer _text)
Method Detail

getPOSType

public POS getPOSType()

getText

public StringBuffer getText()


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