Subtraction of Positive and Negative Frequencies in Sentiment Analysis
In the Positive Negative Sentiment Analysis, Would it make sense mathematically to instead of keeping a score of the positive frequencies and negative frequencies of a word, calculate the difference between them? That way each word would have a positivity 'heat' in which a very high value would indicate a very positive word and vice-versa. How this approach would change the model performance?
Topic naive-bayes-algorithim sentiment-analysis
Category Data Science