| Package | Description |
|---|---|
| org.openimaj.ml.annotation.bayes | |
| org.openimaj.text.nlp.sentiment.model.classifier |
| Modifier and Type | Method and Description |
|---|---|
static <OBJECT extends FeatureVector,ANNOTATION> |
NaiveBayesAnnotator.create(NaiveBayesAnnotator.Mode mode)
Convenience method to construct a
NaiveBayesAnnotator in the case
where the raw objects are themselves the feature and thus an
IdentityFeatureExtractor can be used. |
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveBayesSentimentAnnotator<SENTIMENT extends Sentiment>
A
NaiveBayesAnnotator for sentiment analysis. |