Uses of Interface
edu.upf.taln.dri.lib.model.ext.Sentence
-
Packages that use Sentence Package Description edu.upf.taln.dri.lib.model edu.upf.taln.dri.lib.model.ext edu.upf.taln.dri.lib.model.util -
-
Uses of Sentence in edu.upf.taln.dri.lib.model
Methods in edu.upf.taln.dri.lib.model that return Sentence Modifier and Type Method Description Sentence
Document. extractSentenceById(int sentenceId)
Get one of the sentences of the document by idSentence
DocumentImpl. extractSentenceById(int sentenceId)
Sentence
DocCacheManager. getCachedSentence(Integer id)
Get cached sentence by id; null if the sentence does not exist in cacheMethods in edu.upf.taln.dri.lib.model that return types with arguments of type Sentence Modifier and Type Method Description List<Sentence>
Document. extractSentences(SentenceSelectorENUM sentenceSel)
Load the list of sentences of the document, ordered by their occurrence in the document.List<Sentence>
DocumentImpl. extractSentences(SentenceSelectorENUM sentenceSel)
List<Sentence>
Document. extractSummary(int sentNumber, SummaryTypeENUM summaryType)
Generate a summary of the paper by selecting a relevant set of sentences.List<Sentence>
DocumentImpl. extractSummary(int sentNumber, SummaryTypeENUM summaryType)
Methods in edu.upf.taln.dri.lib.model with parameters of type Sentence Modifier and Type Method Description boolean
DocCacheManager. cacheSentence(Sentence sent)
Add a sentence to the cache / replace an existing one -
Uses of Sentence in edu.upf.taln.dri.lib.model.ext
Classes in edu.upf.taln.dri.lib.model.ext that implement Sentence Modifier and Type Class Description class
SentenceImpl
IMPORTANT: Never instantiate directly this class!
Sentence of a document together with its descriptive features.Methods in edu.upf.taln.dri.lib.model.ext that return types with arguments of type Sentence Modifier and Type Method Description List<Sentence>
Section. getSentences()
Get the ordered list of sentences inside the sectionList<Sentence>
SectionImpl. getSentences()
-
Uses of Sentence in edu.upf.taln.dri.lib.model.util
Methods in edu.upf.taln.dri.lib.model.util that return Sentence Modifier and Type Method Description static Sentence
ObjectGenerator. getSentenceFromId(Integer annotationId, DocCacheManager cacheManager)
Sentence Generator method
-