public interface StructureSummarizer
Interface of structural summarizer
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
IndexReader |
getIndexReader() |
TopicSummary |
summarize(ArrayList docSet) |
TopicSummary |
summarize(ArrayList docSet,
int maxLength)
The interpretation of the length is subject to the implementations.
|
IndexReader getIndexReader()
TopicSummary summarize(ArrayList docSet)
docSet - a list of IRDoc objectsTopicSummary summarize(ArrayList docSet, int maxLength)
docSet - a list of IRDoc objectsmaxLength - the length of the summaryCopyright © 2018 JULIE Lab, Germany. All rights reserved.