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 java.lang.Object
Class representing a label, tag and type
Field Summary |
java.lang.String |
label
|
java.lang.String |
tag
|
java.lang.String |
type
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
label
public java.lang.String label
tag
public java.lang.String tag
type
public java.lang.String type
LabeledChunkIdentifier.LabelTagType
public LabeledChunkIdentifier.LabelTagType(java.lang.String label,
java.lang.String tag,
java.lang.String type)
typeMatches
public boolean typeMatches(LabeledChunkIdentifier.LabelTagType other)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Stanford NLP Group