public abstract class AbstractSentenceSum extends Object
The class implement basic function of building summary given a sentence set.
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
AbstractSentenceSum() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildSummary(IndexReader indexReader,
ArrayList sentSet,
int summaryLength,
DoubleVector weightVector) |
protected String |
buildSummary(IndexReader indexReader,
ArrayList sentSet,
int summaryLength,
DoubleVector weightVector,
DocClusterSet clusters) |
protected String buildSummary(IndexReader indexReader, ArrayList sentSet, int summaryLength, DoubleVector weightVector)
protected String buildSummary(IndexReader indexReader, ArrayList sentSet, int summaryLength, DoubleVector weightVector, DocClusterSet clusters)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.