Concept
Binary Multinomial Naive Bayes Classifier
Three major modifications are made based on general Naive Bayes Classifier:
- Binary counts: The feature is defined as a binary count indicating whether a word is present or not, instead of the word counts.
- Negation: Negation is properly handled by adding a "NOT_" prefix to the words during text normalization.
- Sentiment Lexicons: When training dataset is insufficient, using Sentiment Lexicon can improve the performance.
0
1
Updated 2022-06-17
Tags
Data Science