Uses of Interface
io.outofprintmagazine.nlp.pipeline.annotators.IOOPAnnotator
-
-
Uses of IOOPAnnotator in io.outofprintmagazine.nlp
Methods in io.outofprintmagazine.nlp that return types with arguments of type IOOPAnnotator Modifier and Type Method Description ArrayList<IOOPAnnotator>
Analyzer. getCustomAnnotators()
-
Uses of IOOPAnnotator in io.outofprintmagazine.nlp.pipeline.annotators
Methods in io.outofprintmagazine.nlp.pipeline.annotators that return IOOPAnnotator Modifier and Type Method Description IOOPAnnotator
RunnableOOPAnnotator. getAnnotator()
Methods in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type IOOPAnnotator Modifier and Type Method Description void
RunnableOOPAnnotator. setAnnotator(IOOPAnnotator annotator)
Constructors in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type IOOPAnnotator Constructor Description RunnableOOPAnnotator(IOOPAnnotator annotator, edu.stanford.nlp.pipeline.CoreDocument document)
-
Uses of IOOPAnnotator in io.outofprintmagazine.nlp.pipeline.annotators.conditional
Classes in io.outofprintmagazine.nlp.pipeline.annotators.conditional that implement IOOPAnnotator Modifier and Type Class Description class
BecauseAnnotator
class
IfAnnotator
-
Uses of IOOPAnnotator in io.outofprintmagazine.nlp.pipeline.annotators.count
Classes in io.outofprintmagazine.nlp.pipeline.annotators.count that implement IOOPAnnotator Modifier and Type Class Description class
CharCountAnnotator
class
ParagraphCountAnnotator
class
SentenceCountAnnotator
class
SyllableCountAnnotator
class
TokenCountAnnotator
class
WordCountAnnotator
-
Uses of IOOPAnnotator in io.outofprintmagazine.nlp.pipeline.annotators.interrogative
Classes in io.outofprintmagazine.nlp.pipeline.annotators.interrogative that implement IOOPAnnotator Modifier and Type Class Description class
HowAnnotator
class
WhatAnnotator
class
WhenAnnotator
class
WhereAnnotator
class
WhoAnnotator
class
WhyAnnotator
-
Uses of IOOPAnnotator in io.outofprintmagazine.nlp.pipeline.annotators.simile
Classes in io.outofprintmagazine.nlp.pipeline.annotators.simile that implement IOOPAnnotator Modifier and Type Class Description class
AsAnnotator
class
LikeAnnotator
-