Uses of Record Class
org.episteme.social.linguistics.SentimentAnalyzer.SentimentResult
Packages that use SentimentAnalyzer.SentimentResult
Package
Description
Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
-
Uses of SentimentAnalyzer.SentimentResult in org.episteme.social.linguistics
Methods in org.episteme.social.linguistics that return SentimentAnalyzer.SentimentResultModifier and TypeMethodDescriptionPerforms sentiment analysis on a raw text string.Methods in org.episteme.social.linguistics that return types with arguments of type SentimentAnalyzer.SentimentResultModifier and TypeMethodDescriptionstatic Map<String, SentimentAnalyzer.SentimentResult> SentimentAnalyzer.analyzeWithAspects(String text, List<String> aspects) Performs aspect-based sentiment analysis by targeting specific keywords.