Sentiment Analysis using VADER in Python
Sentiment analysis (also known as opinion mining) is an automated process (of Natural Language Processing) to classify a text (review, feedback, conversation etc.) by polarity (positive, negative, neutral) or emotion (happy, sad etc.). Sentiment analysis helps businesses to identify customer opinion toward products, brands or services through online review or feedback. In this tutorial I …