/Sentiment_Analyzer

I have created this sentiment analysis tool using python and nltk. I haven't used any ML or Data Science , to make it easy for understanding. If you like, Do star ⭐ the repo.

Primary LanguagePython

Sentimeter

This is a sentiment analysis tool that I deveoped as a tutorial project for my Youtube Channel Coders Life

In this Project, I worked on three different functionalities:

  1. Developing a hardcoded tool using core python only.
  2. Used NLTK for natural language processing.
  3. Twitter hashtag sentiment analysis for a date range.

Working

What's Unique ?

I haven't used any Machine Learning or Data Science Algorithm, to make it easy for understanding and help you learn in depth working of python.

Download

git clone https://github.com/anayjoshi1608/Sentiment_Analyzer.git

Twitter API

Instead of official twitter api, I have used GetOldTweets3 library for easy access.