Uses of Class
opennlp.tools.sentiment.SentimentModel
Packages that use SentimentModel
-
Uses of SentimentModel in opennlp.tools.sentiment
Methods in opennlp.tools.sentiment that return SentimentModelModifier 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 SentimentModelModifierConstructorDescriptionSentimentME(SentimentModel sentModel) Instantiates aSentimentMEwith the specified model.