Package edu.stanford.nlp.dbm

Interface Summary
Datum Interface for Objects which can be described by their features.
Document Represents a text document as a list of Words with a title.
Featurizable Interface for Objects that can be described by their features.
Labeled Interface for Objects that have a label, whose label is an Object.
 

Class Summary
BasicDocument Basic implementation of Document that should be suitable for most needs.
DocumentReader Basic mechanism for reading in Documents from various input sources.
SentenceDocument Basically, this is a list of Sentences.
 



Stanford NLP Group