Class SentimentAnalysisParser

java.lang.Object
org.apache.tika.parser.AbstractParser
org.apache.tika.parser.sentiment.SentimentAnalysisParser
All Implemented Interfaces:
Serializable, Initializable, Parser

@Deprecated(since="2026-04-30") public class SentimentAnalysisParser extends AbstractParser implements Initializable
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
This parser classifies documents based on the sentiment of document. The classifier is powered by Apache OpenNLP's Maximum Entropy Classifier
See Also: