|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.result.AbstractSausageMaker
public abstract class AbstractSausageMaker
Parent to all sausage makers.
Field Summary | |
---|---|
static java.lang.String |
PROP_LANGUAGE_WEIGHT
Sphinx property that defines the language model weight. |
Constructor Summary | |
---|---|
AbstractSausageMaker()
|
Method Summary | |
---|---|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.cmu.sphinx.result.ConfidenceScorer |
---|
score |
Field Detail |
---|
@S4Double(defaultValue=1.0) public static final java.lang.String PROP_LANGUAGE_WEIGHT
Constructor Detail |
---|
public AbstractSausageMaker()
Method Detail |
---|
public void newProperties(PropertySheet ps) throws PropertyException
Configurable
newProperties
in interface Configurable
ps
- a property sheet holding the new data
PropertyException
- if there is a problem with the properties.Configurable.newProperties(edu.cmu.sphinx.util.props.PropertySheet)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |