edu.stanford.nlp.pipeline
Class LabeledChunkIdentifier.LabelTagType
java.lang.Object
edu.stanford.nlp.pipeline.LabeledChunkIdentifier.LabelTagType
- Enclosing class:
- LabeledChunkIdentifier
public static class LabeledChunkIdentifier.LabelTagType
- extends Object
Class representing a label, tag and type
label
public String label
tag
public String tag
type
public String type
LabeledChunkIdentifier.LabelTagType
public LabeledChunkIdentifier.LabelTagType(String label,
String tag,
String type)
typeMatches
public boolean typeMatches(LabeledChunkIdentifier.LabelTagType other)
toString
public String toString()
- Overrides:
toString
in class Object
Stanford NLP Group