edu.stanford.nlp.tagger.maxent
Class History
java.lang.Object
edu.stanford.nlp.tagger.maxent.History
public class History
- extends java.lang.Object
Constructor Summary |
History()
|
History(int start,
int end,
int current)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
History
public History()
History
public History(int start,
int end,
int current)
save
public void save(OutDataStreamFile rf)
read
public void read(InDataStreamFile rf)
getX
public java.lang.String getX(int index)
getX
public java.lang.String getX(int index,
PairsHolder pH)
getX
public java.lang.String[] getX()
print
public void print()
printSent
public void printSent()
setTag
public void setTag(int pos,
java.lang.String tag)
getX
public java.lang.String[] getX(PairsHolder pH)
set
public void set(int start,
int end,
int current)
init
public void init()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object h1)
- Overrides:
equals
in class java.lang.Object