Simple Sentiment analysis POC

Objective: Building a simple identifier of sentiments.

Requirements:

  • pip install nltk==3.3

  • nltk.download('twitter_samples')

  • nltk.download('punkt')

  • nltk.download('wordnet')

  • nltk.download('averaged_perceptron_tagger')

  • nltk.download('stopwords')