
edu.usc.ir.sentiment.analysis.cmdline.SentimentConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sentiment-analysis-parser Show documentation
Show all versions of sentiment-analysis-parser Show documentation
Combines Apache OpenNLP and Apache Tika and provides facilities for automatically deriving sentiment from text.
The newest version!
package edu.usc.ir.sentiment.analysis.cmdline;
/**
* Class with a constant used in TikaTool
*/
public final class SentimentConstant {
public static final String MODEL = "model";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy