/sentiment-analysis

Sentiment Analyzer using NLTK and Scikit-learn. Two methods are implemented in the file for the sentiment analyis.

Primary LanguagePythonApache License 2.0Apache-2.0

Sentiment Analyzer using Sci-kit Learn and NLTK. Two methods are described in the Sentiment-Analyzer.py. 1.) Using Naive Bayes' Classifier 2.) Nearest Neighbour Classifier using Cosine Similarity

Dependencies: scikit-learn nltk