teddyoweh/Sentiment-Analysis-API
The Sentiment Analysis Api was created using python flask module,it allows users to parse a text or sentence throught the (?text) arguement, then view the sentiment analysis of that sentence. It can be implementable into a web application.
This tool helps you quickly understand the emotional tone of any given text. You provide a sentence or block of text, and it returns whether the sentiment is positive, neutral, or negative, along with a more granular sentiment level, polarity, and subjectivity scores. This is ideal for marketers, customer service managers, or social media analysts who need to gauge public opinion or customer feedback.
No commits in the last 6 months.
Use this if you need a straightforward way to analyze the emotional content of text snippets and integrate this analysis into a web application.
Not ideal if you need to process very large volumes of text efficiently or require highly nuanced, domain-specific sentiment analysis.
Stars
11
Forks
—
Language
Python
License
GPL-3.0
Category
Last pushed
Jun 22, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/teddyoweh/Sentiment-Analysis-API"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kevincobain2000/sentiment_classifier
Sentiment Classification using Word Sense Disambiguation
malavbhavsar/sentimentalizer
Sentiment analysis with Machine Learning
onpilot/sentimen-bahasa
Analisis sentimen teks bahasa Indonesia dengan Support Vector Machine (SVM): Perbandingan...
bensonruan/Sentiment-Analysis
Twitter Sentiment Analysis
AdilShamim8/Sentiment-analysis
An interactive NLP project that classifies text as positive/neutral/negative and serves it...