A D G I L R S T 
All Classes All Packages

A

activate() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Activates the component based on its configuration defined in the #
AnalyzedTextAnnotation() - Constructor for class io.redlink.nlp.stanfordnlp.annotators.AnalyzedTextSectionAnnotator.AnalyzedTextAnnotation
 
AnalyzedTextSectionAnnotator - Class in io.redlink.nlp.stanfordnlp.annotators
 
AnalyzedTextSectionAnnotator() - Constructor for class io.redlink.nlp.stanfordnlp.annotators.AnalyzedTextSectionAnnotator
 
AnalyzedTextSectionAnnotator.AnalyzedTextAnnotation - Class in io.redlink.nlp.stanfordnlp.annotators
Annotation that provides the AnalyzedText with pre-defined Section
annotate(Annotation) - Method in class io.redlink.nlp.stanfordnlp.annotators.AnalyzedTextSectionAnnotator
 

D

deactivate() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
 
destroyNerModels() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpProcessor
 
doActivate() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
activation hook
doDeactivate() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Deactivation hook
doProcessing(ProcessingData) - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpProcessor
 

G

getAnnotator(String) - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Getter for the Annotator.
getAnnotators() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Read only list of the annotators used by the configured pipeline.
getDefaultConfiguration() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpProcessor
 
getIndexWeight(int) - Method in class io.redlink.nlp.stanfordnlp.sentiment.LinearSentimentClassMapping
 
getIndexWeight(int) - Method in interface io.redlink.nlp.stanfordnlp.sentiment.SentimentClassMapping
Getter for the double weight for the sentiment class with a given index
getLanguage() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
The language supported by the NerModel.
getLanguagePack() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
The Treebank LanguagePack
getLocale() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
 
getName() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
 
getNerTag(String) - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Uses the #posTagset and StanfordNlpPipeline.adhocPosTags to return existing instances of PosTags.
getNerTagset() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Getter for the TagSet of known NerTags.
getPhraseTag(String) - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
getPhraseTagset() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Getter for the TagSet of known PhraseTags.
getPipeline() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
 
getPosTag(String) - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Uses the #posTagset and StanfordNlpPipeline.adhocPosTags to return existing instances of PosTags.
getPosTagset() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Getter for the TagSet of known PosTags.
getProperties() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Getter for the properties holding the Stanford NLP configuration used by this component
getRelationTag(String) - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Uses the #posTagset and StanfordNlpPipeline.adhocPosTags to return existing instances of PosTags.
getRelTagset() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Getter for the TagSet of known RelTags.
getType() - Method in class io.redlink.nlp.stanfordnlp.annotators.AnalyzedTextSectionAnnotator.AnalyzedTextAnnotation
 

I

init() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpProcessor
 
initAnnotatorPool(Properties) - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Initializes the Annotators as referenced by the 'annotators' field of the parsed properties.
io.redlink.nlp.stanfordnlp - package io.redlink.nlp.stanfordnlp
 
io.redlink.nlp.stanfordnlp.annotators - package io.redlink.nlp.stanfordnlp.annotators
 
io.redlink.nlp.stanfordnlp.sentiment - package io.redlink.nlp.stanfordnlp.sentiment
 
isActive() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
 
isCaseSensitive() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
If this pipeline uses case sensitive models

L

LinearSentimentClassMapping - Class in io.redlink.nlp.stanfordnlp.sentiment
 
LinearSentimentClassMapping(int) - Constructor for class io.redlink.nlp.stanfordnlp.sentiment.LinearSentimentClassMapping
 
LinearSentimentClassMapping(int, int, int) - Constructor for class io.redlink.nlp.stanfordnlp.sentiment.LinearSentimentClassMapping
 
log - Variable in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
 

R

REDLINK_AT_SECTION - Static variable in interface io.redlink.nlp.stanfordnlp.annotators.RedlinkAnnotator
Annotator name for the AnalyzedTextSectionAnnotator
RedlinkAnnotator - Interface in io.redlink.nlp.stanfordnlp.annotators
 
requirementsSatisfied() - Method in class io.redlink.nlp.stanfordnlp.annotators.AnalyzedTextSectionAnnotator
 
requires() - Method in class io.redlink.nlp.stanfordnlp.annotators.AnalyzedTextSectionAnnotator
 

S

SentimentClassMapping - Interface in io.redlink.nlp.stanfordnlp.sentiment
Stanford NLP uses Sentiment Classes.
setAnnotatorImplementation(AnnotatorImplementations) - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Sets a custom AnnotatorImplementations class.
setCaseSensitive(boolean) - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
Setter for the caseSensitive state.
setProperties(Properties) - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
The properties used for StanfordNlpPipeline.activate().
StanfordNlpPipeline - Class in io.redlink.nlp.stanfordnlp
A language specific configuration for OpenNLP based NER recognitions.
StanfordNlpPipeline(String, Locale) - Constructor for class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
 
StanfordNlpProcessor - Class in io.redlink.nlp.stanfordnlp
The Named Entity Preprocessor used for extracting named entities from processed documents.
StanfordNlpProcessor(List<StanfordNlpPipeline>) - Constructor for class io.redlink.nlp.stanfordnlp.StanfordNlpProcessor
 

T

toString() - Method in class io.redlink.nlp.stanfordnlp.StanfordNlpPipeline
 
A D G I L R S T 
All Classes All Packages