|
|||||||||
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
edu.cmu.sphinx.linguist.util.GDLDumper
public class GDLDumper
A linguist processor that dumps out the sentence hmm in GDL format.
Field Summary | |
---|---|
static java.lang.String |
PROP_DUMP_ARC_LABELS
The SphinxProperty to specify whether to dump arc labels. |
static boolean |
PROP_DUMP_ARC_LABELS_DEFAULT
The default value for PROP_DUMP_ARC_LABELS. |
static java.lang.String |
PROP_LOG_MATH
The SphinxProperty to specify the log math |
static java.lang.String |
PROP_SKIP_HMMS
The SphinxProperty specifying whether to skip HMMs during dumping. |
static boolean |
PROP_SKIP_HMMS_DEFAULT
The default value for PROP_SKIP_HMMS. |
static java.lang.String |
PROP_VERTICAL_LAYOUT
The SphinxProperty to specify whether to use vertical graph layout. |
static boolean |
PROP_VERTICAL_LAYOUT_DEFAULT
The default value for PROP_VERTICAL_LAYOUT. |
Fields inherited from class edu.cmu.sphinx.linguist.util.LinguistDumper |
---|
PROP_FILENAME, PROP_FILENAME_DEFAULT |
Fields inherited from class edu.cmu.sphinx.linguist.LinguistProcessor |
---|
PROP_LINGUIST |
Constructor Summary | |
---|---|
GDLDumper()
|
Method Summary | |
---|---|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured. |
Methods inherited from class edu.cmu.sphinx.linguist.util.LinguistDumper |
---|
run |
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 |
---|
@S4Boolean(defaultValue=true) public static final java.lang.String PROP_SKIP_HMMS
public static final boolean PROP_SKIP_HMMS_DEFAULT
@S4Boolean(defaultValue=false) public static final java.lang.String PROP_VERTICAL_LAYOUT
public static final boolean PROP_VERTICAL_LAYOUT_DEFAULT
@S4Boolean(defaultValue=true) public static final java.lang.String PROP_DUMP_ARC_LABELS
public static final boolean PROP_DUMP_ARC_LABELS_DEFAULT
@S4Component(type=LogMath.class) public static final java.lang.String PROP_LOG_MATH
Constructor Detail |
---|
public GDLDumper()
Method Detail |
---|
public void newProperties(PropertySheet ps) throws PropertyException
Configurable
newProperties
in interface Configurable
newProperties
in class LinguistDumper
ps
- a property sheet holding the new data
PropertyException
- if there is a problem with the properties.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |