Runner
Class AutoPilot

java.lang.Object
  extended by Runner.AutoPilot

public class AutoPilot
extends java.lang.Object

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.

Author:
davidc

Constructor Summary
AutoPilot()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoPilot

public AutoPilot()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -
Throws:
java.io.IOException