|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.linguist.LinguistProcessor
edu.cmu.sphinx.linguist.util.LinguistDumper
A linguist processor that dumps out the search space in a simple format. This processor is designed so that it can be easily extended by replacing the dumpNode and the dumpEdge methods.
Field Summary | |
static java.lang.String |
PROP_FILENAME
A sphinx property name for the destination of the LinguistDumper |
static java.lang.String |
PROP_FILENAME_DEFAULT
The default value for PROP_FILENAME. |
Fields inherited from class edu.cmu.sphinx.linguist.LinguistProcessor |
PROP_LINGUIST |
Constructor Summary | |
LinguistDumper()
|
Method Summary | |
void |
newProperties(PropertySheet ps)
This method is called when this configurable component has new data. |
void |
register(java.lang.String name,
Registry registry)
Register my properties. |
void |
run()
Dumps the search space hmm in GDL format |
Methods inherited from class edu.cmu.sphinx.linguist.LinguistProcessor |
getName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PROP_FILENAME
public static final java.lang.String PROP_FILENAME_DEFAULT
Constructor Detail |
public LinguistDumper()
Method Detail |
public void register(java.lang.String name, Registry registry) throws PropertyException
Configurable
register
in interface Configurable
register
in class LinguistProcessor
PropertyException
public void newProperties(PropertySheet ps) throws PropertyException
Configurable
newProperties
in interface Configurable
newProperties
in class LinguistProcessor
PropertyException
public void run()
run
in interface java.lang.Runnable
run
in class LinguistProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |