edu.stanford.nlp.ling
Interface Featurizable

All Known Subinterfaces:
Datum, Document
All Known Implementing Classes:
BasicDocument

public interface Featurizable

Interface for Objects that can be described by their features.


Method Summary
 java.util.Collection asFeatures()
          returns Object as a Collection of its features
 

Method Detail

asFeatures

java.util.Collection asFeatures()
returns Object as a Collection of its features