public class ClusterUnitDatabase
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
compare(ClusterUnitDatabase other) |
Determines if two databases are identical.
|
static void |
main(java.lang.String[] args) |
Manipulates a ClusterUnitDatabase.
|
public boolean compare(ClusterUnitDatabase other)
other - the database to compare this one topublic static void main(java.lang.String[] args)
Usage
java com.sun.speech.freetts.clunits.ClusterUnitDatabase
[options]
Options
-src path provides a directory
path to the source text for the database
-dest path provides a directory
for where to place the resulting binaries
-generate_binary [filename] reads
in the text version of the database and generates
the binary version of the database.
-compare Loads the text and
binary versions of the database and compares them to
see if they are equivalent.
-showTimes shows timings for any
loading, comparing or dumping operation