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

https://github.com/shalwin04/sentiment_analysis

Sentiment Analysis on Amazon reviews
https://github.com/shalwin04/sentiment_analysis

Last synced: 9 months ago
JSON representation

Sentiment Analysis on Amazon reviews

Awesome Lists containing this project

README

          

# Sentiment Analysis using NLTK, VADER, and Roberta

## Overview
This repository contains code and resources for performing sentiment analysis for Amazon reviews using NLTK (Natural Language Toolkit), VADER (Valence Aware Dictionary and sEntiment Reasoner), and Robota. Sentiment analysis is the process of determining the sentiment or emotional tone of a piece of text, which is valuable for understanding attitudes, opinions, and emotions expressed within textual data.

## Usage
1. Clone this repository to your local machine.
2. Install the necessary dependencies (NLTK, pandas, numpy, etc.).
3. Open and run the Jupyter Notebook to perform sentiment analysis on the provided dataset or your custom datasets.

## Dependencies
- NLTK
- pandas
- numpy
- matplotlib (for data visualization)
- seaborn (for data visualization)
- scikit-learn (for machine learning tasks)