/sentiment-analysis

Sentiment Analysis and Emotional Recognition For Text

Primary LanguagePython

aidmodels/sentiment_prediction

analyse sentiment

This project is based on the AID Project. Common topics are discussed in the AID docs. Make sure to read it!

Usage

There is only one solver in the package: the sentimentSolver.

It receives a string argument named text, and returns a dictionary with the confidence for 6 different moods in order: bad, depressed, encouraged, happy, joy and loving.

Reference