Skip to content

This repository contains a reimplementation of the C-LSTM model and compares it with textblob and spacy.

License

Notifications You must be signed in to change notification settings

Fabiaho/Sentiment-Analysis

Repository files navigation

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%

About

This repository contains a reimplementation of the C-LSTM model and compares it with textblob and spacy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages