JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
opennlp.tools.sentiment
SentimentDetector
Contents
Description
Method Summary
Method Details
predict(String)
predict(String[])
Hide sidebar
Show sidebar
Interface SentimentDetector
public interface
SentimentDetector
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
predict
(
String
sentence)
Conducts a sentiment prediction for the specifed sentence.
String
predict
(
String
[] tokens)
Conducts a sentiment prediction for the specifed sentence.
Method Details
predict
String
predict
(
String
sentence)
Conducts a sentiment prediction for the specifed sentence.
Parameters:
sentence
- The text to be analysed for its sentiment.
Returns:
The predicted sentiment.
predict
String
predict
(
String
[] tokens)
Conducts a sentiment prediction for the specifed sentence.
Parameters:
tokens
- The text to be analysed for its sentiment.
Returns:
The predicted sentiment.