Sentiment Analysis is a term that you must have heard if you have been in the Tech field long enough. It is the process of predicting whether a piece of information (i.e. text, most commonly) indicates a positive, negative or neutral sentiment on the topic. In this video tutorial, we will go through making a Python program that analyzes the sentiment of tweets on a particular topic.
Code here: https://github.com/randerson112358/Python/blob/master/Twitter/Twitter_Sentiment_Analysis.py
#python #programming