Class AnalyzedTextSectionAnnotator
- java.lang.Object
-
- io.redlink.nlp.stanfordnlp.annotators.AnalyzedTextSectionAnnotator
-
- All Implemented Interfaces:
edu.stanford.nlp.pipeline.Annotator
public class AnalyzedTextSectionAnnotator extends Object implements edu.stanford.nlp.pipeline.Annotator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalyzedTextSectionAnnotator.AnalyzedTextAnnotationAnnotation that provides the AnalyzedText with pre-definedSection
-
Field Summary
-
Fields inherited from interface edu.stanford.nlp.pipeline.Annotator
DEFAULT_REQUIREMENTS, STANFORD_CLEAN_XML, STANFORD_COLUMN_DATA_CLASSIFIER, STANFORD_COREF, STANFORD_DEPENDENCIES, STANFORD_DETERMINISTIC_COREF, STANFORD_ENTITY_MENTIONS, STANFORD_GENDER, STANFORD_KBP, STANFORD_LEMMA, STANFORD_LINK, STANFORD_MENTION, STANFORD_NATLOG, STANFORD_NER, STANFORD_OPENIE, STANFORD_PARSE, STANFORD_POS, STANFORD_QUOTE, STANFORD_QUOTE_ATTRIBUTION, STANFORD_REGEXNER, STANFORD_RELATION, STANFORD_SENTIMENT, STANFORD_SSPLIT, STANFORD_TOKENIZE, STANFORD_TOKENSREGEX, STANFORD_TRUECASE, STANFORD_UD_FEATURES
-
-
Constructor Summary
Constructors Constructor Description AnalyzedTextSectionAnnotator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidannotate(edu.stanford.nlp.pipeline.Annotation annotation)Set<Class<? extends edu.stanford.nlp.ling.CoreAnnotation>>requirementsSatisfied()Set<Class<? extends edu.stanford.nlp.ling.CoreAnnotation>>requires()
-
-
-
Method Detail
-
annotate
public void annotate(edu.stanford.nlp.pipeline.Annotation annotation)
- Specified by:
annotatein interfaceedu.stanford.nlp.pipeline.Annotator
-
requirementsSatisfied
public Set<Class<? extends edu.stanford.nlp.ling.CoreAnnotation>> requirementsSatisfied()
- Specified by:
requirementsSatisfiedin interfaceedu.stanford.nlp.pipeline.Annotator
-
-