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 class
ActorAnnotation
class
SettingAnnotation
-
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 ContextualAnnotation
AbstractContextualAnnotator. getConcreteAnnotation()
protected ContextualAnnotation
ActorsAnnotator. getConcreteAnnotation()
protected ContextualAnnotation
SettingsAnnotator. getConcreteAnnotation()
Methods in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type ContextualAnnotation Modifier and Type Method Description protected void
AbstractContextualAnnotator. scoreDependencies(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)
protected void
AbstractContextualAnnotator. scoreDependenciesDep(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)
protected void
AbstractContextualAnnotator. scoreDependenciesGov(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)
protected void
AbstractContextualAnnotator. scoreDocument(edu.stanford.nlp.pipeline.CoreDocument document, ContextualAnnotation annotation)
protected void
ActorsAnnotator. scoreDocument(edu.stanford.nlp.pipeline.CoreDocument document, ContextualAnnotation annotation)
protected void
AbstractContextualAnnotator. scoreSentence(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.pipeline.CoreSentence sentence, ContextualAnnotation annotation)
protected void
ActorsAnnotator. scoreSentence(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.pipeline.CoreSentence sentence, ContextualAnnotation characterAnnotation)
protected void
AbstractContextualAnnotator. scoreThumbnails(ContextualAnnotation annotation)
protected void
ActorsAnnotator. scoreThumbnails(ContextualAnnotation actor)
protected void
SettingsAnnotator. scoreThumbnails(ContextualAnnotation annotation)
protected void
AbstractContextualAnnotator. scoreToken(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)
protected void
ActorsAnnotator. scoreToken(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)
protected void
AbstractContextualAnnotator. scoreWikipediaGloss(edu.stanford.nlp.pipeline.CoreDocument document, edu.stanford.nlp.ling.CoreLabel token, ContextualAnnotation annotation)
-