| Package | Description |
|---|---|
| com.sharethis.textrank |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreNlpLanguageModel
Implementation of English-specific tools for natural language
processing.
|
| Modifier and Type | Field and Description |
|---|---|
protected LanguageModel |
TextRank.lang
Protected members.
|
| Modifier and Type | Method and Description |
|---|---|
static LanguageModel |
LanguageModel.buildLanguage(String lang_code)
Factory method, loads libraries for StanfordCoreNLP based on the given
language code.
|
static LanguageModel |
CoreNlpLanguageModel.englishModel() |
static LanguageModel |
CoreNlpLanguageModel.germanModel() |
| 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.
|
void |
Sentence.mapTokens(LanguageModel lang,
Graph graph)
Main processing per sentence.
|
Copyright © 2017. All rights reserved.