maasdi / sensi

Social sentiment application with Weka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensi

Social sentiment application implements Weka API

Run

  1. Clone or download the project source code
  2. On MySQL server create database 'sensi'
  3. Go to top level folder and run maven install :
mvn install
  1. Wait until maven download dependency complete and install on your local maven repo
  2. Go to web/ folder :
cd web/
  1. Run server and deploy webapp :
mvn jetty:run

OR package as war and deploy to server manually

mvn package

About

Social sentiment application with Weka


Languages

Language:Java 97.6%Language:JavaScript 2.4%