Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 360 Bytes

File metadata and controls

6 lines (6 loc) · 360 Bytes

Sentiment Analysis

This project contains various algorithms for sentiment analysis. It contains supervised and unsupervised methods.

  • AFINN model (unsupervised learning)
  • CountVectorizer and TfidfVectorizer with Naive Bayes Classifier
  • CountVectorizer and TfidfVectorizer with Logistic Regression
  • CountVectorizer and TfidfVectorizer with SVM classifier