-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Lefteris Paraskevas edited this page Apr 30, 2016
·
15 revisions
#EvS Programming Guide ##Table of Contents
- Introduction
- Prerequisites and 2.5 Run from the Console
- Introduction to Modules
- Pre-Processing Module
- Event Detection Module
- Sentiment Analysis Module
- Evaluation Module
- Experimenter Module
- EvS Module (Main Module)
- Utilities Module
Example of running the tool (example version 1.5) from the console:
java -jar EvS-1.5.jar -mongoL -opf -nosentiment
The previous shows the MongoDB logging information, hides inline information and runs the simple Offline Peak Finding algorithm. Refer to Ch.2.5 Run from the Console.