Package gr.demokritos.iit.summarization.selection

Interface Summary
ISentenceSelector<TSentenceType,TTokenType> Performs sentence selection in various ways.
 

Class Summary
NoveltyBasedSelector<TSentenceType,TTokenType> Chooses sentences based on the novelty of the provided information, given an existing information document graph.
RedundancyBasedSelector<TSentenceType,TTokenType>