Created
December 8, 2020 13:38
-
-
Save Abhayparashar31/86f8ab3d1d921ef4e8dd440d1e65f974 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from textblob import TextBlob | |
testimonial = TextBlob("Textblob is amazingly simple to use. What great fun!") | |
testimonial.sentiment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment