Uses of Enum Class
org.episteme.social.linguistics.SentimentAnalyzer.Sentiment
Packages that use SentimentAnalyzer.Sentiment
Package
Description
Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
-
Uses of SentimentAnalyzer.Sentiment in org.episteme.social.linguistics
Subclasses with type arguments of type SentimentAnalyzer.Sentiment in org.episteme.social.linguisticsModifier and TypeClassDescriptionstatic enumQualitative classification of text sentiment.Methods in org.episteme.social.linguistics that return SentimentAnalyzer.SentimentModifier and TypeMethodDescriptionSentimentAnalyzer.SentimentResult.sentiment()Returns the value of thesentimentrecord component.static SentimentAnalyzer.SentimentReturns the enum constant of this class with the specified name.static SentimentAnalyzer.Sentiment[]SentimentAnalyzer.Sentiment.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.linguistics with parameters of type SentimentAnalyzer.SentimentModifierConstructorDescriptionSentimentResult(SentimentAnalyzer.Sentiment sentiment, double score, double confidence, Map<String, Double> wordScores) Creates an instance of aSentimentResultrecord class.