edu.stanford.nlp.ie.hmm
Interface HasType

All Known Implementing Classes:
TypedTaggedWord

public interface HasType

Something that implements the HasType interface knows about HMM target types.


Method Summary
 void setType(int type)
          Set the type value for the label (if one is stored).
 int type()
          Return the type value of the label (or null if none).
 

Method Detail

type

public int type()
Return the type value of the label (or null if none).

Returns:
int the type value for the label

setType

public void setType(int type)
Set the type value for the label (if one is stored).

Parameters:
type - The type value for the label


Stanford NLP Group