edu.stanford.nlp.dbm
Interface Datum

All Superinterfaces:
Featurizable, Labeled, Serializable
All Known Subinterfaces:
Document
All Known Implementing Classes:
BasicDatum, 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).


Methods inherited from interface edu.stanford.nlp.dbm.Featurizable
asFeatures
 
Methods inherited from interface edu.stanford.nlp.trees.Labeled
label, labels, setLabel, setLabels
 



Stanford NLP Group