Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 883 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 883 Bytes

Sentiment-Analysis

This repository contains code and resources for performing sentiment analysis using various models and techniques. It focuses on analyzing text data to determine the sentiment expressed, whether positive, negative, or neutral.

I developed this project during my bachelor's studies for two different courses.

In the first part I reimplemented the C-LSTM Paper by myself.

In the second part I compared the results with textblob and spaCy.

Data

To evaluate these datasets I have used:

  • A twitter dataset from Kaggle with three different sentiment labels
  • Movie reviews from Rotten Tomatoes with five different sentiment labels (which were used in this paper)

Results

C-LSTM textblob spaCy
movies 39,35% 29,16% 41,09%
twitter 64,95% 54,20% 93,30%