Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created October 1, 2020 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/626707e62131a1aac9ab80f3f708946c to your computer and use it in GitHub Desktop.
Save amankharwal/626707e62131a1aac9ab80f3f708946c to your computer and use it in GitHub Desktop.
textblob1 = TextBlob(trump_reviews["text"][10])
print("Trump :",textblob1.sentiment)
textblob2 = TextBlob(biden_reviews["text"][500])
print("Biden :",textblob2.sentiment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment