sentiment-analysis-without-nltk An NLP Sentiment Analysis python code that analyses sentiment through text and represent it on a graph without using NLTK. IMPORTS: string , matplotlib.pyplot and counter(from collections).