edu.stanford.nlp.ling
Interface Datum

All Superinterfaces:
Featurizable, Labeled, Serializable
All Known Subinterfaces:
Document
All Known Implementing Classes:
BasicDocument

public interface Datum
extends Serializable, Featurizable, Labeled

Interface for Objects which can be described by their features. These objects can also be Serialized (for insertion into a file database).

Author:
Sepandar Kamvar (sdkamvar@stanford.edu)

Method Summary
 
Methods inherited from interface edu.stanford.nlp.ling.Featurizable
asFeatures
 
Methods inherited from interface edu.stanford.nlp.ling.Labeled
label, labels
 



Stanford NLP Group