VitorRibeiroCustodio / simple-sentiment-analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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')

About


Languages

Language:Python 100.0%