|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
public class PropertiesDumper
Dumps out information about an acoustic model.
Constructor Summary | |
---|---|
PropertiesDumper(java.util.Properties properties)
Constructs a PropertiesDumper of the given acoustic model properties. |
|
PropertiesDumper(java.lang.String propsFile)
Constructs a PropertiesDumper of the given acoustic model properties file. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] argv)
Dumps the properties file 'model.props' that is in the same directory as this class. |
java.lang.String |
toString()
Returns a string of the properties. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PropertiesDumper(java.lang.String propsFile) throws java.io.IOException
propsFile
- the properties file to dump
java.io.IOException
public PropertiesDumper(java.util.Properties properties) throws java.io.IOException
properties
- the Properties object to dump
java.io.IOException
Method Detail |
---|
public static void main(java.lang.String[] argv)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |