Package Runner

Running the engine or setting properties.

See:
          Description

Class Summary
AutoPilot The main driver to be called by the cronjob.
This class should clear the intermediate folders, prepare the sentences and words files from the XML, conduct SVM, and then cluster each of the categories.
Checker Make sure all necessary directories and such exist
Settings Modify values in this file to change file locations or change categorization settings.
Notice that some settings are modified in the static initializer block, so be sure that your changes are not being overwritten there.
 

Package Runner Description

Running the engine or setting properties.