edu.stanford.nlp.ie.crf
Class CRFLabel

java.lang.Object
  extended by edu.stanford.nlp.ie.crf.CRFLabel
All Implemented Interfaces:
Serializable

public class CRFLabel
extends Object
implements Serializable

Author:
Jenny Finkel
See Also:
Serialized Form

Constructor Summary
CRFLabel(int[] label)
           
 
Method Summary
 boolean equals(Object o)
           
 int[] getLabel()
           
 CRFLabel getOneSmallerLabel()
           
 CRFLabel getSmallerLabel(int size)
           
 int hashCode()
           
 String toString()
           
<E> String
toString(Index<E> classIndex)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CRFLabel

public CRFLabel(int[] label)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

getSmallerLabel

public CRFLabel getSmallerLabel(int size)

getOneSmallerLabel

public CRFLabel getOneSmallerLabel()

getLabel

public int[] getLabel()

toString

public <E> String toString(Index<E> classIndex)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Stanford NLP Group