Does sentiment analysis. ie given an input file tells if it is a positive, neutral or negative.
git clone https://github.com/T1duS/Sentiment-Analysis.git
cd Sentiment-Analysis
python3 sent_analy.py input.txt
python3 sent_analy2.py input.txt
The first file uses ntlk for giving Sentiment Analysis. The second file uses classifier made by me using Naive Bayes Classification so it isn't very good :D