Package edu.stanford.nlp.ling

Interface Summary
Datum Interface for Objects which can be described by their features.
Featurizable Interface for Objects that can be described by their features.
HasCategory Something that implements the HasCategory interface knows about categories.
HasContext  
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.
Labeled Interface for Objects that have a label, whose label is an Object.
LabelFactory A LabelFactory object acts as a factory for creating objects of class Label, or some descendant class.
 

Class Summary
AbstractMapLabel An abstract class for Label objects which store attributes in a Map.
BasicDatum Basic implementation of Datum interface that can be constructed with a Collection of features and one more more labels.
FeatureLabel An AbstractMapLabel implementation which defines equality as equality of the internal map.
RVFDatum Basic implementation of Datum interface that can be constructed with a Collection of features and one more more labels.
 



Stanford NLP Group