| Package | Description |
|---|---|
| org.openimaj.text.nlp.sentiment.model | |
| org.openimaj.text.nlp.sentiment.model.wordlist |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SentimentAnnotator<OBJECT,CLONETYPE extends SentimentAnnotator<OBJECT,CLONETYPE>>
|
class |
TokenListSentimentAnnotator<EXTRACTOR extends FeatureExtractor<?,List<String>>,CLONETYPE extends SentimentAnnotator<List<String>,CLONETYPE>>
A sentiment annotator which can deal with word tokens
|
class |
TokenSentimentAnnotator<EXTRACTOR extends FeatureExtractor<?,String>,CLONETYPE extends SentimentAnnotator<String,CLONETYPE>>
A sentiment annotator which can deal with word tokens
|
| Modifier and Type | Class and Description |
|---|---|
class |
TokenListSentimentAnnotator<EXTRACTOR extends FeatureExtractor<?,List<String>>,CLONETYPE extends SentimentAnnotator<List<String>,CLONETYPE>>
A sentiment annotator which can deal with word tokens
|
class |
TokenSentimentAnnotator<EXTRACTOR extends FeatureExtractor<?,String>,CLONETYPE extends SentimentAnnotator<String,CLONETYPE>>
A sentiment annotator which can deal with word tokens
|
| Modifier and Type | Class and Description |
|---|---|
class |
MPQAToken
An implementation of the Prior-Polarity baseline sentiment classifier described by Wilson et.
|
class |
MPQATokenList
An implementation of the Prior-Polarity baseline sentiment classifier described by Wilson et.
|