pip install textblob from textblob import TextBlob blob = TextBlob(text) polarity = blob.sentiment.polarity nouns = blob.noun_phrases