java.lang.ObjectSentiments
public class Sentiments
A helper class for performing sentiment analysis
Method Summary | |
---|---|
static double |
getWordSentiment(java.lang.String word)
Returns a value representing the amount of positive or negative sentiment in the given word. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static double getWordSentiment(java.lang.String word)
word
- A word to get the sentiment of