edu.stanford.nlp.pipeline
Class LabeledChunkIdentifier.LabelTagType

java.lang.Object
  extended by edu.stanford.nlp.pipeline.LabeledChunkIdentifier.LabelTagType
Enclosing class:
LabeledChunkIdentifier

public static class LabeledChunkIdentifier.LabelTagType
extends Object

Class representing a label, tag and type


Field Summary
 String label
           
 String tag
           
 String type
           
 
Constructor Summary
LabeledChunkIdentifier.LabelTagType(String label, String tag, String type)
           
 
Method Summary
 String toString()
           
 boolean typeMatches(LabeledChunkIdentifier.LabelTagType other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

label

public String label

tag

public String tag

type

public String type
Constructor Detail

LabeledChunkIdentifier.LabelTagType

public LabeledChunkIdentifier.LabelTagType(String label,
                                           String tag,
                                           String type)
Method Detail

typeMatches

public boolean typeMatches(LabeledChunkIdentifier.LabelTagType other)

toString

public String toString()
Overrides:
toString in class Object


Stanford NLP Group