SentimentClassifier

SentimentClassifier class

Provides methods for executing text classification.

public class SentimentClassifier

Constructors

Name Description
SentimentClassifier(SentimentConfig) Initializes a new instance of the SentimentClassifier class.

Methods

Name Description
Classify(string, int, Taxonomy) Sentiment classification for a text.
PositiveProbability(string) Returns positive probability Sentiment classification for a text.

See Also