Uses of Class
io.outofprintmagazine.nlp.pipeline.ContextualAnnotation
-
Packages that use ContextualAnnotation Package Description io.outofprintmagazine.nlp.pipeline io.outofprintmagazine.nlp.pipeline.annotators -
-
Uses of ContextualAnnotation in io.outofprintmagazine.nlp.pipeline
Subclasses of ContextualAnnotation in io.outofprintmagazine.nlp.pipeline Modifier and Type Class Description classActorAnnotationclassSettingAnnotation -
Uses of ContextualAnnotation in io.outofprintmagazine.nlp.pipeline.annotators
Methods in io.outofprintmagazine.nlp.pipeline.annotators that return ContextualAnnotation Modifier and Type Method Description protected abstract ContextualAnnotationAbstractContextualAnnotator. getConcreteAnnotation()protected ContextualAnnotationActorsAnnotator. getConcreteAnnotation()protected ContextualAnnotationSettingsAnnotator. getConcreteAnnotation()Methods in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type ContextualAnnotation Modifier and Type Method Description protected voidAbstractContextualAnnotator. scoreDependencies(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)protected voidAbstractContextualAnnotator. scoreDependenciesDep(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)protected voidAbstractContextualAnnotator. scoreDependenciesGov(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)protected voidAbstractContextualAnnotator. scoreDocument(edu.stanford.nlp.pipeline.CoreDocument document, ContextualAnnotation annotation)protected voidActorsAnnotator. scoreDocument(edu.stanford.nlp.pipeline.CoreDocument document, ContextualAnnotation annotation)protected voidAbstractContextualAnnotator. scoreSentence(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.pipeline.CoreSentence sentence, ContextualAnnotation annotation)protected voidActorsAnnotator. scoreSentence(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.pipeline.CoreSentence sentence, ContextualAnnotation characterAnnotation)protected voidAbstractContextualAnnotator. scoreThumbnails(ContextualAnnotation annotation)protected voidActorsAnnotator. scoreThumbnails(ContextualAnnotation actor)protected voidSettingsAnnotator. scoreThumbnails(ContextualAnnotation annotation)protected voidAbstractContextualAnnotator. scoreToken(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)protected voidActorsAnnotator. scoreToken(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)protected voidAbstractContextualAnnotator. scoreWikipediaGloss(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)
-