https://github.com/cjhutto/vaderSentiment
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer sid_obj= SentimentIntensityAnalyzer() text = 'CoCalc is an amazing platform for students to learn how to understand NLP!' sid_obj.polarity_scores(text)