edu.stanford.nlp.tagger.maxent
Class DataWordTag

java.lang.Object
  extended by edu.stanford.nlp.maxent.DataGeneric
      extended by edu.stanford.nlp.tagger.maxent.DataWordTag

public class DataWordTag
extends DataGeneric

Author:
Kristina Toutanova

Method Summary
 History getHistory()
           
 String getY()
           
 int getYInd()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHistory

public History getHistory()

getY

public String getY()
Specified by:
getY in class DataGeneric

getYInd

public int getYInd()


Stanford NLP Group