You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentiment Analysis, also called opinion mining or emotion AI, is the process of determining whether a piece of writing is positive, negative, or neutral based on the polarity of words ranging from - 1 to 1.
Here we’ll connect to the Twitter API, gather tweets (based on a keyword), calculate the sentiment of each tweet.
order to access the Twitter API, you need to register an application at http://apps.twitter.com. Once created, you should be redirected to your app’s page, where you can get the consumer key and consumer secret and create an access token under the “Keys and Access Tokens” tab. Add these to a new file called config.py:
The text was updated successfully, but these errors were encountered:
Sentiment Analysis, also called opinion mining or emotion AI, is the process of determining whether a piece of writing is positive, negative, or neutral based on the polarity of words ranging from - 1 to 1.
Here we’ll connect to the Twitter API, gather tweets (based on a keyword), calculate the sentiment of each tweet.
order to access the Twitter API, you need to register an application at http://apps.twitter.com. Once created, you should be redirected to your app’s page, where you can get the consumer key and consumer secret and create an access token under the “Keys and Access Tokens” tab. Add these to a new file called config.py:
The text was updated successfully, but these errors were encountered: