edu.washington.cs.knowitall.nlp.extraction
Interface Extraction<S>

Type Parameters:
S -
All Known Implementing Classes:
ChunkedArgumentExtraction, ChunkedBinaryExtraction, ChunkedExtraction, LabeledBinaryExtraction, OrdinalPhraseExtraction

public interface Extraction<S>

An interface that is the root of all extraction types.

Author:
afader

Method Summary
 S getSource()
           
 

Method Detail

getSource

S getSource()
Returns:
the source of this extraction.