tushark01 / Text-Sentiment-Analyser-Flask-app

NLP based text sentiment analyzer using vaderSentiment that classifies a text as positive, negative, compound or neutral.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-Sentiment-Analyser-Flask-app

NLP based text sentiment analyser using vaderSentiment that classifies a text as positive, negative, compound or neutral.

The project uses libraries like :
Flask
Sklearn
Requests
NLTK
RE
vaderSentiment

VaderSentiment:

VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media. It is fully open-sourced under the [MIT License].

The output looks like:

Screenshot 2022-05-07 121318

About

NLP based text sentiment analyzer using vaderSentiment that classifies a text as positive, negative, compound or neutral.


Languages

Language:Python 42.8%Language:HTML 29.4%Language:CSS 27.3%Language:Procfile 0.5%