Package gr.demokritos.iit.summarization.analysis

Interface Summary
ISplitter<TokenType> Describes classes that can tokenize sentences into tokens.
 

Class Summary
ConceptExtractor This class breaks down a text into substrings and attempt to annotate the given text with a set of concepts.
EntropyChunker This class can separate a token sequence into chunks, based on the entropy of the following symbol.
SentenceSplitter Splits a text into sentences, by using simple delimiter characters.