Class LexRankResults<T>
- java.lang.Object
-
- edu.upf.taln.dri.module.summary.lexrank.summ.LexRankResults<T>
-
public class LexRankResults<T> extends Object
A dumb container class that holds results from the LexRank algorithm.
-
-
Field Summary
Fields Modifier and Type Field Description Map<T,List<T>>
neighbors
A mapping from each element to its neighbors in the thresholded connectivity graph.List<T>
rankedResults
The results, sorted in order of LexRank scoreMap<T,Double>
scores
A mapping from each element to its LexRank score
-
Constructor Summary
Constructors Constructor Description LexRankResults()
-