| Package | Description |
|---|---|
| org.lionsoul.jcseg.extractor.impl | |
| org.lionsoul.jcseg.sentence |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
TextRankSummaryExtractor.Document.getSentence() |
| Modifier and Type | Method and Description |
|---|---|
void |
TextRankSummaryExtractor.Document.setSentence(Sentence sentence) |
| Modifier and Type | Method and Description |
|---|---|
protected TextRankSummaryExtractor.Document[] |
TextRankSummaryExtractor.textRankSortedDocuments(List<Sentence> sentence,
List<List<IWord>> senWords)
get the documents order by relevance score.
|
| Constructor and Description |
|---|
Document(int index,
Sentence sentence,
List<IWord> words,
double score)
construct method
|
| Modifier and Type | Method and Description |
|---|---|
Sentence |
SentenceSeg.next()
get the next sentence
|
Sentence |
Sentence.setLength(int length) |
Sentence |
Sentence.setPosition(int position) |
Sentence |
Sentence.setValue(String value) |
Copyright © 2017. All Rights Reserved.