edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz
Class PropertiesDumper

java.lang.Object
  extended byedu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper

public class PropertiesDumper
extends java.lang.Object

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

PropertiesDumper

public PropertiesDumper(java.lang.String propsFile)
                 throws java.io.IOException
Constructs a PropertiesDumper of the given acoustic model properties file.

Parameters:
propsFile - the properties file to dump

PropertiesDumper

public PropertiesDumper(java.util.Properties properties)
                 throws java.io.IOException
Constructs a PropertiesDumper of the given acoustic model properties.

Parameters:
properties - the Properties object to dump
Method Detail

main

public static void main(java.lang.String[] argv)
Dumps the properties file 'model.props' that is in the same directory as this class.


toString

public java.lang.String toString()
Returns a string of the properties.

Returns:
a string of the properties