You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project provides a simple script for determining the sentiment of a text input using TextBlob library in Python. It also returns the most positive and most negative sentence in the input text. The script can be used as a standalone tool or integrated into other projects.