public class CIPhoneLoop
extends java.lang.Object
getSearchGraph
.
For futher details of this approach cf. 'Modeling Out-of-vocabulary Words for Robust Speech Recognition', Brazzi, 2000, Proc. ICSLP
Modifier and Type | Class and Description |
---|---|
protected class |
CIPhoneLoop.PhoneLoopSearchGraph |
Modifier and Type | Field and Description |
---|---|
float |
logOne |
AcousticModel |
model |
Constructor and Description |
---|
CIPhoneLoop(AcousticModel model,
float logPhoneInsertionProbability)
Creates the CIPhoneLoop with the given acoustic model and phone insertion probability
|
Modifier and Type | Method and Description |
---|---|
SearchGraph |
getSearchGraph()
Creates a new loop of all the context-independent phones.
|
public final AcousticModel model
public final float logOne
public CIPhoneLoop(AcousticModel model, float logPhoneInsertionProbability)
model
- the acoustic modellogPhoneInsertionProbability
- the insertion probabilitypublic SearchGraph getSearchGraph()