Uses of Interface
edu.upf.taln.dri.lib.model.ext.CandidateTermOcc
-
Packages that use CandidateTermOcc Package Description edu.upf.taln.dri.lib.model edu.upf.taln.dri.lib.model.ext edu.upf.taln.dri.lib.model.util -
-
Uses of CandidateTermOcc in edu.upf.taln.dri.lib.model
Methods in edu.upf.taln.dri.lib.model that return CandidateTermOcc Modifier and Type Method Description CandidateTermOcc
DocCacheManager. getCachedCandidateTerm(Integer id)
Get cached candidate term by id; null if the candidate term does not exist in cacheMethods in edu.upf.taln.dri.lib.model that return types with arguments of type CandidateTermOcc Modifier and Type Method Description List<CandidateTermOcc>
Document. extractTerminology()
Load the list of terms extracted from the document.List<CandidateTermOcc>
DocumentImpl. extractTerminology()
Methods in edu.upf.taln.dri.lib.model with parameters of type CandidateTermOcc Modifier and Type Method Description boolean
DocCacheManager. cacheCandidateTerm(CandidateTermOcc cTerm)
Add a candidate term to the cache / replace an existing one -
Uses of CandidateTermOcc in edu.upf.taln.dri.lib.model.ext
Classes in edu.upf.taln.dri.lib.model.ext that implement CandidateTermOcc Modifier and Type Class Description class
CandidateTermOccImpl
IMPORTANT: Never instantiate directly this class!
A term mined from the document.Methods in edu.upf.taln.dri.lib.model.ext that return types with arguments of type CandidateTermOcc Modifier and Type Method Description List<CandidateTermOcc>
Sentence. getCandidateTerms()
List of candidate terms included in the sentenceList<CandidateTermOcc>
SentenceImpl. getCandidateTerms()
Methods in edu.upf.taln.dri.lib.model.ext with parameters of type CandidateTermOcc Modifier and Type Method Description void
SentenceImpl. addCandidateTerm(CandidateTermOcc candidateTerm)
-
Uses of CandidateTermOcc in edu.upf.taln.dri.lib.model.util
Methods in edu.upf.taln.dri.lib.model.util that return CandidateTermOcc Modifier and Type Method Description static CandidateTermOcc
ObjectGenerator. getCandidateTermOccFromId(Integer annotationId, DocCacheManager cacheManager)
Candidate term Generator method
-