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

https://github.com/gopireddy99/sentiment_analysis_nlp

Basics and simple sentiment analysis using sample dataset and VADER Sentiment Analysis in NLP
https://github.com/gopireddy99/sentiment_analysis_nlp

nlp sentiment-analysis vader-sentiment-analysis wordcloud

Last synced: 3 months ago
JSON representation

Basics and simple sentiment analysis using sample dataset and VADER Sentiment Analysis in NLP

Awesome Lists containing this project

README

        

#Sentiment Analysis using NLP and VADER
Overview
This project implements sentiment analysis using Natural Language Processing (NLP) and the VADER (Valence Aware Dictionary and sEntiment Reasoner) sentiment analysis tool. VADER is specifically designed for analyzing sentiment in text data, particularly in social media, reviews, and informal texts.

Features
Text preprocessing (tokenization, stopword removal, etc.)

Sentiment analysis using VADER

Sentiment classification into positive, negative, and neutral categories

Visualization of sentiment distribution

Support for analyzing bulk text data