Skip to content
Lefteris Paraskevas edited this page Apr 30, 2016 · 15 revisions

#EvS Programming Guide ##Table of Contents

  1. Introduction
  2. Prerequisites
  3. Introduction to Modules
  4. Pre-Processing Module
  5. Event Detection Module
  6. Sentiment Analysis Module
  7. Evaluation Module
  8. Experimenter Module
  9. EvS Module (Main Module)
  10. 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 Prerequisites.