An open API service indexing awesome lists of open source software.

https://github.com/amber-abuah/sentiment-analysis

Sentiment analysis using NLTK's Vader Sentiment Analyzer.
https://github.com/amber-abuah/sentiment-analysis

nltk nltk-python python sentiment sentiment-analysis sentiment-classification

Last synced: 15 days ago
JSON representation

Sentiment analysis using NLTK's Vader Sentiment Analyzer.

Awesome Lists containing this project

README

          

# Sentiment-Analysis

A sentiment analyser script created using NLTK's Vader Sentiment Analyser.

_SentimentAnalysis.ipynb_ contains the Python code for pre-processing the text data, creating the sentiment analyzer and then analyzing a .csv file with amazon reviews. The text is classified into the classes: **Positive**, **Negative** or **Neutral**.

_amazon_reviews.csv_ A CSV file containing Amazon reviews provided by Tarisk Kaan Koç: https://www.kaggle.com/datasets/tarkkaanko/amazon

_sentiment_analysis_results.csv_ A CSV file containing text data from amazon_reviews.csv and their respective sentiment classes.