| Interface | Description |
|---|---|
| BipolarSentimentProvider |
A sentiment which can be collapsed into a
BipolarSentiment which is either positive or negative |
| DiscreteCountBipolarSentimentProvider |
Provides a
DiscreteCountBipolarSentiment based on the (presumebly more complex) sentiment
held |
| Sentiment |
A generic sentiment.
|
| WeightedBipolarSentimentProvider |
A sentiment which can be collapsed into a
WeightedBipolarSentiment |
| Class | Description |
|---|---|
| BipolarSentiment |
Encapsulate a simple sentiment that something is positive, negative or
neutral.
|
| DiscreteCountBipolarSentiment |
A Discrete count bipolar sentiment is one which is positive, negative or netural by some counts.
|
| TFFCountSentiment |
A Discrete count sentiment is one which a set of arbitrary sentiments are given a count in a given phrase .
|
| WeightedBipolarSentiment |
A weighted bipolar sentiment is one which is positive, negative or netural to
some degree.
|
| Enum | Description |
|---|---|
| BipolarSentiment.State |
The states of a bipolar sentiment
|
| Exception | Description |
|---|---|
| InvalidSentimentException |
Your sentiment was invalid
|
| UnrecognisedMapException |