An open API service indexing awesome lists of open source software.

https://github.com/akashvarma26/sentimental-analysis-on-different-emotions

It determines the emotion of the text.
https://github.com/akashvarma26/sentimental-analysis-on-different-emotions

deep-learning jupyter-notebook nlp nltk-python

Last synced: 23 days ago
JSON representation

It determines the emotion of the text.

Awesome Lists containing this project

README

        

# Sentimental-Analysis
Sentiment analysis is the process of analyzing digital text to determine if the emotional tone of the message is positive, negative, or neutral.
In the preprocessing I removed stopwords and applied stemmings and WordNetLemmatizer. I used RandomForestClassifier to predict sentiments.
The Accuracy score of the model was found to be 0.93925.