akashlilhare/dart_sentiment
Dart Sentiment is a dart module that uses the AFINN-165 wordlist and Emoji Sentiment Ranking to perform sentiment analysis on arbitrary blocks of input text.
This project helps Flutter/Dart app developers understand the emotional tone of text. You provide a block of text in English, Italian, French, or German, and it returns a numerical score indicating whether the sentiment is positive, negative, or neutral. This is useful for developers building applications that need to analyze user comments, reviews, or other textual input.
No commits in the last 6 months.
Use this if you are a Dart/Flutter developer who needs to integrate basic sentiment analysis capabilities into your mobile or web applications for user-generated text.
Not ideal if you need highly nuanced sentiment analysis, require support for languages other than English, Italian, French, or German, or are not working within the Dart/Flutter ecosystem.
Stars
9
Forks
2
Language
Dart
License
MIT
Category
Last pushed
May 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/akashlilhare/dart_sentiment"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
thisandagain/sentiment
AFINN-based sentiment analysis for Node.js.
thisandagain/troll
Language sentiment analysis and neural networks... for trolls.
mananshah99/sentR
Simple sentiment analysis framework for R
kupolak/afinn
Sentiment analysis in Elixir.
buckthorndev/sentiment_dart
Sentiment Dart is a dart module that uses the AFINN-165 wordlist and Emoji Sentiment Ranking to...