Package edu.stanford.nlp.trees

Interface Summary
HasCategory Something that implements the HasCategory interface knows about categories.
HasTag Something that implements the HasTag interface knows about part-of-speech tags.
HasWord Something that implements the HasWord interface knows about words.
Label Something that implements the Label interface can act as a constituent, node, or word label with linguistic attributes.
LabelFactory A LabelFactory object acts as a factory for creating objects of class Label, or some descendent class.
 

Class Summary
AbstractLabel An AbstractLabel object acts as a Label with linguistic attributes.
AdaptiveLabelFactory An AdaptiveLabelFactory object makes simple Labels for objects, by creating a label of an appropriate type depending on the arguments passed in.
Category A Category object acts as a Label by containing a String that is a part-of-speech category.
Sentence Sentence holds a single sentence, and mediating between word numbers and words.
StringLabel A StringLabel object acts as a Label by containing a single String, which it sets or returns in response to requests.
StringLabelFactory A StringLabelFactory object makes a simple StringLabel out of a String.
Tag A Tag object acts as a Label by containing a String that is a part-of-speech tag.
TaggedWord A TaggedWord object contains a word and its tag.
TaggedWordFactory A TaggedWordFactory acts as a factory for creating objects of class TaggedWord.
Word A Word object acts as a Label by containing a String.
WordFactory A WordFactory acts as a factory for creating objects of class Word.