edu.northwestern.at.wordhoard.tools
Class CalculateCountsPreProcessor

java.lang.Object
  extended by edu.northwestern.at.wordhoard.tools.CalculateCountsPreProcessor

public class CalculateCountsPreProcessor
extends java.lang.Object

CalculateCounts pre-processor.

This tool reads a tab-delimited text file which contains work part ids in the first field on each line. It copies the input file to an output file, replacing each work part id field with three fields containing the corpus id, work id, and work part id in that order.

Usage:

CalculateCountsPreProcesor dbname username password inPath outPath

dbname = Database name.

username = MySQL username.

password = MySQL password.

inPath = Path to input file.

outPath = Path to output file.


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

Method Detail

main

public static void main(java.lang.String[] args)
The main program.

Parameters:
args - Command line arguments.