edu.washington.cs.knowitall.nlp
Interface ChunkedSource

All Known Implementing Classes:
ChunkedArgumentExtraction, ChunkedExtraction, ChunkedSentence, NpList, OrdinalPhraseExtraction

public interface ChunkedSource

A common interface for objects that are backed by an NpChunkedSentence object.

Author:
afader

Method Summary
 ChunkedSentence getSentence()
           
 

Method Detail

getSentence

ChunkedSentence getSentence()
Returns:
the NpChunkedSentence backed by this object.