|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.sphinx.linguist.acoustic.tiedstate.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)
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 | ||||||||