public class CRFLabel extends Object implements Serializable
CRFLabel(int[] label)
boolean
equals(Object o)
int[]
getLabel()
CRFLabel
getOneSmallerLabel()
getSmallerLabel(int size)
int
hashCode()
String
toString()
<E> String
toString(Index<E> classIndex)
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public CRFLabel(int[] label)
public boolean equals(Object o)
equals
Object
public CRFLabel getSmallerLabel(int size)
public CRFLabel getOneSmallerLabel()
public int[] getLabel()
public <E> String toString(Index<E> classIndex)
public String toString()
toString
public int hashCode()
hashCode
© 2002-2013 Stanford NLP Group