Kairos-T/NLTK-Sentiment-Analyser
Sentiment Analysis Python script using NLP (NLTK's VADER model) tool that analyses text data and labels them with sentiment scores.
This tool helps you quickly understand the emotional tone of written feedback, reviews, or social media posts. It takes a simple text file containing sentences or short passages and tells you whether each one expresses positive, negative, or neutral sentiment, along with a numerical score. Anyone who needs to gauge public opinion, customer satisfaction, or employee feedback from text data would find this useful.
No commits in the last 6 months.
Use this if you need to rapidly process a collection of text documents to get a general sense of the sentiment expressed within them.
Not ideal if you need highly nuanced sentiment analysis for complex, domain-specific language or require integration with live data streams.
Stars
15
Forks
2
Language
Python
License
GPL-3.0
Category
Last pushed
Apr 02, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Kairos-T/NLTK-Sentiment-Analyser"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
IBM/MAX-Text-Sentiment-Classifier
Detect the sentiment captured in short pieces of text
pabitralenka/Customer-Feedback-Analysis
Multi Class Text (Feedback) Classification using CNN, GRU Network and pre trained Word2Vec...
giuseppebonaccorso/twitter_sentiment_analysis_word2vec_convnet
Twitter Sentiment Analysis with Gensim Word2Vec and Keras Convolutional Network
danielegrattarola/twitter-sentiment-cnn
An implementation in TensorFlow of a convolutional neural network (CNN) to perform sentiment...
hpanwar08/sentiment-analysis-torchtext
Seniment Analysis in Torchtext