trans.cel
Class CelFileConverter
java.lang.Object
trans.cel.CelFileConverter
- public class CelFileConverter
- extends java.lang.Object
Saves text cel files as serialized float[][]s for downstream use by TiMAT applications.
Method Summary |
void |
convert()
|
static void |
main(java.lang.String[] args)
|
static void |
printDocs()
|
void |
processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CelFileConverter
public CelFileConverter(java.lang.String[] args)
convert
public void convert()
main
public static void main(java.lang.String[] args)
processArgs
public void processArgs(java.lang.String[] args)
- This method will process each argument and assign any new varibles
printDocs
public static void printDocs()