Uses of Class
org.lionsoul.jcseg.sentence.Sentence
-
Packages that use Sentence Package Description org.lionsoul.jcseg.extractor.impl org.lionsoul.jcseg.sentence -
-
Uses of Sentence in org.lionsoul.jcseg.extractor.impl
Methods in org.lionsoul.jcseg.extractor.impl that return Sentence Modifier and Type Method Description SentenceTextRankSummaryExtractor.Document. getSentence()Methods in org.lionsoul.jcseg.extractor.impl with parameters of type Sentence Modifier and Type Method Description voidTextRankSummaryExtractor.Document. setSentence(Sentence sentence)Method parameters in org.lionsoul.jcseg.extractor.impl with type arguments of type Sentence Modifier and Type Method Description protected TextRankSummaryExtractor.Document[]TextRankSummaryExtractor. textRankSortedDocuments(List<Sentence> sentence, List<List<IWord>> senWords)get the documents order by relevance score.Constructors in org.lionsoul.jcseg.extractor.impl with parameters of type Sentence Constructor Description Document(int index, Sentence sentence, List<IWord> words, double score)construct method -
Uses of Sentence in org.lionsoul.jcseg.sentence
Methods in org.lionsoul.jcseg.sentence that return Sentence Modifier and Type Method Description SentenceSentenceSeg. next()get the next sentenceSentenceSentence. setLength(int length)SentenceSentence. setPosition(int position)SentenceSentence. setValue(String value)
-