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.

Author:
Sepandar Kamvar (sdkamvar@stanford.edu)

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

Method Detail

asFeatures

Collection asFeatures()
returns Object as a Collection of its features



Stanford NLP Group