|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.tools.CalculateCounts
public class CalculateCounts
Calculates counts.
This tool computes and creates all of the
count
objects and makes them persistent in the MySQL database. It must be run
after all of the other build programs have constructed and populated
the rest of the object model.
Usage:
CalculateCounts dbname username passwrod
wordDataPath wordPartDataPath speechDataPath
dbname = Database name.
username = MySQL username.
password = MySQL password.
wordDataPath = Path to word data file containing the following tab-delimited data:
wordPartDataPath = Path to word part data file containing the following tab-delimited data:
speechDataPath = Path to speech data file containing the following tab-delimited data:
The three input data files must be sorted in increasing lexical or numeric order.
The file "hibernate.properties" specifies the parameters for our object model MySQL database.
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 |