|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.decoder.search.ActiveListFactory
public abstract class ActiveListFactory
Creates new active lists.
Field Summary | |
---|---|
static java.lang.String |
PROP_ABSOLUTE_BEAM_WIDTH
property that sets the desired (or target) size for this active list. |
static java.lang.String |
PROP_LOG_MATH
Sphinx property that defines the name of the logmath to be used by this search manager. |
static java.lang.String |
PROP_RELATIVE_BEAM_WIDTH
Property that sets the minimum score relative to the maximum score in the list for pruning. |
static java.lang.String |
PROP_STRICT_PRUNING
Property that indicates whether or not the active list will implement 'strict pruning'. |
Constructor Summary | |
---|---|
ActiveListFactory()
|
Method Summary | |
---|---|
abstract ActiveList |
newInstance()
Creates a new active list of a particular type |
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 |
Field Detail |
---|
@S4Component(type=LogMath.class) public static final java.lang.String PROP_LOG_MATH
@S4Integer(defaultValue=-1) public static final java.lang.String PROP_ABSOLUTE_BEAM_WIDTH
@S4Double(defaultValue=1.0E-80) public static final java.lang.String PROP_RELATIVE_BEAM_WIDTH
@S4Boolean(defaultValue=true) public static final java.lang.String PROP_STRICT_PRUNING
Constructor Detail |
---|
public ActiveListFactory()
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.public abstract ActiveList newInstance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |