edu.stanford.nlp.tagger.maxent
Class History

java.lang.Object
  extended by edu.stanford.nlp.tagger.maxent.History

public class History
extends Object

Author:
Kristina Toutanova

Method Summary
 boolean equals(Object h1)
           
 String[] getX()
           
 int hashCode()
           
 void printSent()
           
protected  void set(int start, int end, int current)
           
protected  void setTag(int pos, String tag)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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