- SentimentConstant - Class in edu.usc.ir.sentiment.analysis.cmdline
-
Class with a constant used in TikaTool
- SentimentConstant() - Constructor for class edu.usc.ir.sentiment.analysis.cmdline.SentimentConstant
-
- SentimentContextGenerator - Class in opennlp.tools.sentiment
-
Class for using a Context Generator for Sentiment Analysis.
- SentimentContextGenerator() - Constructor for class opennlp.tools.sentiment.SentimentContextGenerator
-
- SentimentEventStream - Class in opennlp.tools.sentiment
-
Class for creating events for Sentiment Analysis that is later sent to
MaxEnt.
- SentimentEventStream(ObjectStream<SentimentSample>, SentimentContextGenerator) - Constructor for class opennlp.tools.sentiment.SentimentEventStream
-
Initializes the event stream.
- SentimentFactory - Class in opennlp.tools.sentiment
-
Class for creating sentiment factories for training.
- SentimentFactory() - Constructor for class opennlp.tools.sentiment.SentimentFactory
-
- SentimentME - Class in opennlp.tools.sentiment
-
Class for creating a maximum-entropy-based Sentiment Analysis model.
- SentimentME(SentimentModel) - Constructor for class opennlp.tools.sentiment.SentimentME
-
Constructor, initialises
- SentimentModel - Class in opennlp.tools.sentiment
-
Class for the basis of the Sentiment Analysis model.
- SentimentModel(String, MaxentModel, Map<String, String>, SentimentFactory) - Constructor for class opennlp.tools.sentiment.SentimentModel
-
Initializes the Sentiment Analysis model.
- SentimentModel(URL) - Constructor for class opennlp.tools.sentiment.SentimentModel
-
Initializes the Sentiment Analysis model.
- SentimentModel(File) - Constructor for class opennlp.tools.sentiment.SentimentModel
-
Initializes the Sentiment Analysis model.
- SentimentParser - Class in org.apache.tika.parser.sentiment.analysis
-
The main class for creating a sentiment analysis parser.
- SentimentParser() - Constructor for class org.apache.tika.parser.sentiment.analysis.SentimentParser
-
Constructor
- SentimentSample - Class in opennlp.tools.sentiment
-
Class for holding text used for sentiment analysis.
- SentimentSample(String, String[]) - Constructor for class opennlp.tools.sentiment.SentimentSample
-
Initializes the current instance.
- SentimentSampleStream - Class in opennlp.tools.sentiment
-
Class for converting Strings through Data Stream to SentimentSample using
tokenised text.
- SentimentSampleStream(ObjectStream<String>) - Constructor for class opennlp.tools.sentiment.SentimentSampleStream
-
Initializes the sample stream.
- SentimentSampleStreamFactory - Class in opennlp.tools.formats
-
Class for creating a sample stream factory for sentiment analysis.
- SentimentSampleStreamFactory(Class<P>) - Constructor for class opennlp.tools.formats.SentimentSampleStreamFactory
-
The constructor of the class; initialises the factory
- SentimentTrainerTool - Class in edu.usc.ir.sentiment.analysis.cmdline
-
Class for helping train a sentiment analysis model.
- SentimentTrainerTool() - Constructor for class edu.usc.ir.sentiment.analysis.cmdline.SentimentTrainerTool
-
Constructor
- START - Static variable in class opennlp.tools.sentiment.SentimentME
-