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 voidActorsAnnotator. scoreCoreGender(edu.stanford.nlp.ling.CoreLabel token, ActorAnnotation characterAnnotation)protected voidActorsAnnotator. scoreMyersBriggs(edu.stanford.nlp.pipeline.CoreSentence sentence, ActorAnnotation characterAnnotation)protected voidActorsAnnotator. scoreOOPGender(edu.stanford.nlp.ling.CoreLabel token, ActorAnnotation characterAnnotation)protected voidActorsAnnotator. scoreQuotes(edu.stanford.nlp.pipeline.CoreDocument document, String canonicalEntityName, ActorAnnotation characterAnnotation)
-