Kursinnhold
Tweet Sentiment Analysis
Text Sentiment Analysis
Now that we have prepared our data to be finally classified we will rely on a famous Python library called TextBlob. This package allows us to perform a sentiment analysis for any given text.
Oppgave
Swipe to start coding
- Import the
TextBlobpackage. - Experiment with your own
textand see the score (sentiment) that is returned. - Print out the result.
Løsning
Mark tasks as Completed
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 1. Kapittel 10
AVAILABLE TO ULTIMATE ONLY