/SentimentClassification

Classifying text according to the expressed sentiment class.

Primary LanguageJava

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.