| Package | Description |
|---|---|
| com.sharethis.textrank |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyWord
Implements a node value in a TextRank graph denoting a noun or
adjective.
|
class |
NGram
Implements a wrapper for tallying an n-gram in the text contains of
selected keywords.
|
| Modifier and Type | Field and Description |
|---|---|
NodeValue |
Node.value |
NodeValue |
MetricVector.value |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.buildNode(Graph graph,
String key,
NodeValue value)
Factory method.
|
| Constructor and Description |
|---|
MetricVector(NodeValue value,
double link_rank,
double count_rank,
double synset_rank)
Constructor.
|
Copyright © 2017. All rights reserved.