benchmark
Class PreprocessReuters

java.lang.Object
  extended by benchmark.PreprocessReuters

public class PreprocessReuters
extends java.lang.Object

I want to grab all the relevant articles, and create flatfiles with their frequency counts

Author:
David Chen

Field Summary
static java.lang.String ReutersDir
           
 
Constructor Summary
PreprocessReuters()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void makeWordFiles(java.sql.Connection con)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ReutersDir

public static java.lang.String ReutersDir
Constructor Detail

PreprocessReuters

public PreprocessReuters()
Method Detail

makeWordFiles

public static void makeWordFiles(java.sql.Connection con)
                          throws java.sql.SQLException
Throws:
java.sql.SQLException

main

public static void main(java.lang.String[] args)
                 throws java.sql.SQLException
Parameters:
args -
Throws:
java.sql.SQLException