| Package | Description |
|---|---|
| com.sharethis.textrank |
| Modifier and Type | Field and Description |
|---|---|
protected Map<NGram,MetricVector> |
TextRank.metric_space |
| Modifier and Type | Method and Description |
|---|---|
Collection<MetricVector> |
TextRank.call()
Run the TextRank algorithm on the given semi-structured text
(e.g., results of parsed HTML from crawled web content) to
build a graph of weighted key phrases.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MetricVector.compareTo(MetricVector that)
Compare method for sort ordering.
|
Copyright © 2017. All rights reserved.