Uses of Class
io.outofprintmagazine.nlp.pipeline.PhraseAnnotation
-
Packages that use PhraseAnnotation Package Description io.outofprintmagazine.nlp.pipeline io.outofprintmagazine.nlp.pipeline.annotators io.outofprintmagazine.nlp.pipeline.scorers -
-
Uses of PhraseAnnotation in io.outofprintmagazine.nlp.pipeline
Methods in io.outofprintmagazine.nlp.pipeline that return types with arguments of type PhraseAnnotation Modifier and Type Method Description Class<List<PhraseAnnotation>>
OOPAnnotations.OOPAsAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPBecauseAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPDatesAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPHowAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPIfAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPLikeAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPLocationsAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPPeopleAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPQuotesAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPWhatAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPWhenAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPWhereAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPWhoAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPWhyAnnotation. getType()
Class<List<PhraseAnnotation>>
OOPAnnotations.OOPWikipediaCategoriesAnnotation. getType()
Constructors in io.outofprintmagazine.nlp.pipeline with parameters of type PhraseAnnotation Constructor Description PhraseAnnotation(PhraseAnnotation p)
-
Uses of PhraseAnnotation in io.outofprintmagazine.nlp.pipeline.annotators
Methods in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type PhraseAnnotation Modifier and Type Method Description protected void
AbstractAnnotator. addToScoreList(List<PhraseAnnotation> scoreMap, PhraseAnnotation p)
Method parameters in io.outofprintmagazine.nlp.pipeline.annotators with type arguments of type PhraseAnnotation Modifier and Type Method Description protected void
AbstractAnnotator. addToScoreList(List<PhraseAnnotation> scoreMap, PhraseAnnotation p)
protected void
AbstractTreeAnnotator. scoreTree(edu.stanford.nlp.trees.Tree pTree, List<PhraseAnnotation> scoreMap)
protected void
AbstractTreeAnnotator. traverseTree(edu.stanford.nlp.trees.Tree tree, List<PhraseAnnotation> scoreMap)
-
Uses of PhraseAnnotation in io.outofprintmagazine.nlp.pipeline.scorers
Methods in io.outofprintmagazine.nlp.pipeline.scorers with parameters of type PhraseAnnotation Modifier and Type Method Description protected void
PhraseScorer. addToScoreList(List<PhraseAnnotation> scoreMap, PhraseAnnotation p)
Method parameters in io.outofprintmagazine.nlp.pipeline.scorers with type arguments of type PhraseAnnotation Modifier and Type Method Description protected void
PhraseScorer. addToScoreList(List<PhraseAnnotation> scoreMap, PhraseAnnotation p)
-