|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.tools.CalculateCountsPreProcessor
public class CalculateCountsPreProcessor
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 |
---|
public static void main(java.lang.String[] args)
args
- Command line arguments.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |