A machine learning based text sentiment analyser tool.
- Open a terminal in linux.
- pip install nltk.
- Go to python shell.
- import nltk
- Type nltk.download()
- Goto "corpora" tab and download "movie_reviews" corpus
- Run the script
Example: Positive sentiment
Example: Negative sentiment
Please contribute to open source and make this world a happy place. :)

