Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.32 KB

Sentiment Analysis

This project aims to study the sentiment of Indian languages:

Example: haan bhai I will be there don't worry

As we can see the sentence is written in english but is bilingual in nature of speech. This project aims to classify the sentiments of the social media text into +ve, -ve and neutral using ML techniques.


Models


  1. one feature model
  2. three feature model
  3. four feature model
  4. six featur model

Algorithms


  1. Count Model

  2. K-Nearest Neighbours

  3. SVM Models: Linear, kernel

  4. Tree Models: DT - Decision Trees, RF - Random Forest, GBDT - Gradient Boosted Dcision trees

  5. Naive Bayes model


Improved Model

Modularized and improved model here: https://github.com/gitvivekgupta/Sentiment-Improved-II