|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 int |
PROP_ABSOLUTE_BEAM_WIDTH_DEFAULT
The default value for the PROP_ABSOLUTE_BEAM_WIDTH property |
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 double |
PROP_RELATIVE_BEAM_WIDTH_DEFAULT
The default value for the PROP_RELATIVE_BEAM_WIDTH property |
static java.lang.String |
PROP_STRICT_PRUNING
Property that indicates whether or not the active list will implement 'strict pruning'. |
static boolean |
PROP_STRICT_PRUNING_DEFAULT
The default for the PROP_STRICT_PRUNING property |
Method Summary | |
ActiveList |
newInstance()
Creates a new active list of a particular type |
Methods inherited from interface edu.cmu.sphinx.util.props.Configurable |
getName, newProperties, register |
Field Detail |
public static final java.lang.String PROP_ABSOLUTE_BEAM_WIDTH
public static final int PROP_ABSOLUTE_BEAM_WIDTH_DEFAULT
public static final java.lang.String PROP_RELATIVE_BEAM_WIDTH
public static final double PROP_RELATIVE_BEAM_WIDTH_DEFAULT
public static final java.lang.String PROP_STRICT_PRUNING
public static final boolean PROP_STRICT_PRUNING_DEFAULT
Method Detail |
public ActiveList newInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |