amineabdaoui / SentimentClassification

Classifying text according to the expressed sentiment class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentiment Classification

A library that classifies text according to the expressed sentiment class.

It uses:

  • Java 1.7.0_95
  • Weka 3.6.12
  • tt4j 1.1.2
  • Maven 3.0.5

Download TreeTagger on your computer from this website: http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/

Deploy it

Run the build.sh script, it will build it using Maven and add the jar to the local repository.

Run it

Update the config.properties file to set your configuration. Then run sentiment-classification.jar with the config.properties file path as argument.

About

Classifying text according to the expressed sentiment class.


Languages

Language:Java 99.3%Language:Shell 0.7%