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

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

Field Detail

maxNumClasses

public static int maxNumClasses
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 String toString(Index classIndex)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Stanford NLP Group