Skip to content

Classifying text according to the expressed sentiment class.

Notifications You must be signed in to change notification settings

Antoine-Gerard/SentimentClassification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Shell 0.7%