public class TermGenerativeSum extends AbstractStructureSum implements StructureSummarizer
Generative term based summarization
Copyright: Copyright (c) 2005
Company: IST, Drexel University
indexReader| Constructor and Description |
|---|
TermGenerativeSum(IndexReader indexReader,
double bkgCoefficient) |
| Modifier and Type | Method and Description |
|---|---|
TopicSummary |
summarize(ArrayList docSet,
int maxLength)
The interpretation of the length is subject to the implementations.
|
getIndexReader, summarizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIndexReader, summarizepublic TermGenerativeSum(IndexReader indexReader, double bkgCoefficient)
public TopicSummary summarize(ArrayList docSet, int maxLength)
StructureSummarizersummarize in interface StructureSummarizersummarize in class AbstractStructureSumdocSet - a list of IRDoc objectsmaxLength - the length of the summaryCopyright © 2018 JULIE Lab, Germany. All rights reserved.