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 IOOPAnnotatorRunnableOOPAnnotator. getAnnotator()Methods in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type IOOPAnnotator Modifier and Type Method Description voidRunnableOOPAnnotator. 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 classBecauseAnnotatorclassIfAnnotator -
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 classCharCountAnnotatorclassParagraphCountAnnotatorclassSentenceCountAnnotatorclassSyllableCountAnnotatorclassTokenCountAnnotatorclassWordCountAnnotator -
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 classHowAnnotatorclassWhatAnnotatorclassWhenAnnotatorclassWhereAnnotatorclassWhoAnnotatorclassWhyAnnotator -
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 classAsAnnotatorclassLikeAnnotator
-