| Package | Description |
|---|---|
| org.openimaj.text.nlp.sentiment.type |
| Modifier and Type | Method and Description |
|---|---|
BipolarSentiment.State |
BipolarSentiment.sentiment() |
static BipolarSentiment.State |
BipolarSentiment.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BipolarSentiment.State[] |
BipolarSentiment.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BipolarSentiment(BipolarSentiment.State positive)
Instantiate the sentiment
|