| Package | Description |
|---|---|
| com.sharethis.textrank |
| Modifier and Type | Field and Description |
|---|---|
Sentence |
Context.s
Public members.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Sentence |
LanguageModel.parseSentence(String text)
Tokenize and tag the sentence text.
|
Sentence |
CoreNlpLanguageModel.parseSentence(String text) |
| Modifier and Type | Method and Description |
|---|---|
static NGram |
NGram.buildNGram(Graph ngrams,
Sentence s,
List<Integer> token_span,
double max_rank)
Factory method.
|
| Modifier and Type | Method and Description |
|---|---|
static Graph |
NGram.collectNGrams(LanguageModel lang,
List<Sentence> s_list,
double rank_threshold)
Report the n-grams marked in each sentence.
|
| Constructor and Description |
|---|
Context(Sentence s,
int start)
Constructor.
|
Copyright © 2017. All rights reserved.