Uses of Class
io.outofprintmagazine.nlp.pipeline.ActorAnnotation
-
Packages that use ActorAnnotation Package Description io.outofprintmagazine.nlp.pipeline io.outofprintmagazine.nlp.pipeline.annotators -
-
Uses of ActorAnnotation in io.outofprintmagazine.nlp.pipeline
Methods in io.outofprintmagazine.nlp.pipeline that return types with arguments of type ActorAnnotation Modifier and Type Method Description Class<List<ActorAnnotation>>
OOPAnnotations.OOPActorsAnnotation. getType()
-
Uses of ActorAnnotation in io.outofprintmagazine.nlp.pipeline.annotators
Methods in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type ActorAnnotation Modifier and Type Method Description protected void
ActorsAnnotator. scoreCoreGender(edu.stanford.nlp.ling.CoreLabel token, ActorAnnotation characterAnnotation)
protected void
ActorsAnnotator. scoreMyersBriggs(edu.stanford.nlp.pipeline.CoreSentence sentence, ActorAnnotation characterAnnotation)
protected void
ActorsAnnotator. scoreOOPGender(edu.stanford.nlp.ling.CoreLabel token, ActorAnnotation characterAnnotation)
protected void
ActorsAnnotator. scoreQuotes(edu.stanford.nlp.pipeline.CoreDocument document, String canonicalEntityName, ActorAnnotation characterAnnotation)
-