benchmark
Class PreprocessReuters
java.lang.Object
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
|
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 |
ReutersDir
public static java.lang.String ReutersDir
PreprocessReuters
public PreprocessReuters()
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