bryan-dsc / SentimentAnalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentiment Classifier for Tweets

The sentiment classifier is written entirely on Python 2.7 with the use of the Patterns Library 2.6 and is composed of the following directories

  • Data: Contains the training data and test data used to feed the classifier
  • Dictionaries: Contains the dictionaries used on the classifier
  • Lib: Contains the slightly modified Patterns library necessary to run the classifier
  • Src: Contains the source code itself of the classifier

Version

1.0.1

Stack

Installation

You only need to install the modified version of the Pattern library that comes with the project. For that, go to the folder location and type:

$ sudo python install setup.py

About


Languages

Language:Python 89.4%Language:JavaScript 6.0%Language:C 2.5%Language:CSS 2.1%Language:Perl 0.0%