edu.stanford.nlp.tagger.maxent
Class History
java.lang.Object
edu.stanford.nlp.tagger.maxent.History
public class History
- extends Object
- Author:
- Kristina Toutanova
getX
public String[] getX()
printSent
public void printSent()
setTag
protected void setTag(int pos,
String tag)
set
protected void set(int start,
int end,
int current)
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object h1)
- Overrides:
equals
in class Object
Stanford NLP Group