edu.stanford.nlp.ie.crf
Class CRFLabel
java.lang.Object
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)
|
CRFLabel
public CRFLabel(int[] label)
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