Uses of Class
opennlp.tools.sentiment.SentimentFactory
Packages that use SentimentFactory
-
Uses of SentimentFactory in opennlp.tools.sentiment
Subclasses of SentimentFactory in opennlp.tools.sentimentModifier and TypeClassDescriptionclassASentimentFactorywhose context generator adds emoji annotation features (seeEmojiSentimentContextGenerator).Methods in opennlp.tools.sentiment that return SentimentFactoryMethods in opennlp.tools.sentiment with parameters of type SentimentFactoryModifier and TypeMethodDescriptionstatic SentimentModelSentimentME.train(String languageCode, opennlp.tools.util.ObjectStream<opennlp.tools.sentiment.SentimentSample> samples, opennlp.tools.util.TrainingParameters trainParams, SentimentFactory factory) Trains aSentiment Analysis model.Constructors in opennlp.tools.sentiment with parameters of type SentimentFactoryModifierConstructorDescriptionSentimentCrossValidator(String lang, opennlp.tools.util.TrainingParameters params, SentimentFactory factory, opennlp.tools.sentiment.SentimentEvaluationMonitor[] monitors) ConstructorSentimentModel(String languageCode, opennlp.tools.ml.model.MaxentModel sentimentModel, Map<String, String> manifestInfoEntries, SentimentFactory factory) Instantiates aSentimentModelmodel.