public class OutOfGrammarGraph
extends java.lang.Object
Constructor and Description |
---|
OutOfGrammarGraph(AcousticModel model,
float logOutOfGrammarBranchProbability,
float logPhoneInsertionProbability)
Creates an OutOfGrammarGraph
|
Modifier and Type | Method and Description |
---|---|
SearchStateArc |
getOutOfGrammarGraph()
Returns an arc to this out-of-grammar graph
|
public OutOfGrammarGraph(AcousticModel model, float logOutOfGrammarBranchProbability, float logPhoneInsertionProbability)
model
- the acoustic modellogOutOfGrammarBranchProbability
- probability of branching to this graphlogPhoneInsertionProbability
- probability of inserting a phonepublic SearchStateArc getOutOfGrammarGraph()