public abstract class AbstractStructureSum extends Object
Abstract class of structure summarization given a document set
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Field and Description |
|---|---|
protected IndexReader |
indexReader |
| Constructor and Description |
|---|
AbstractStructureSum(IndexReader indexReader) |
| Modifier and Type | Method and Description |
|---|---|
IndexReader |
getIndexReader() |
TopicSummary |
summarize(ArrayList docSet) |
abstract TopicSummary |
summarize(ArrayList docSet,
int maxLength) |
protected IndexReader indexReader
public AbstractStructureSum(IndexReader indexReader)
public abstract TopicSummary summarize(ArrayList docSet, int maxLength)
public IndexReader getIndexReader()
public TopicSummary summarize(ArrayList docSet)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.