| Package | Description |
|---|---|
| edu.cmu.sphinx.api | |
| edu.cmu.sphinx.linguist.language.grammar | |
| edu.cmu.sphinx.result |
| Modifier and Type | Method and Description |
|---|---|
Lattice |
SpeechResult.getLattice()
Returns lattice for the recognition result.
|
| Modifier and Type | Field and Description |
|---|---|
Lattice |
LatticeGrammar.lattice |
| Modifier and Type | Method and Description |
|---|---|
void |
LatticeGrammar.setLattice(Lattice lattice) |
| Constructor and Description |
|---|
LatticeGrammar(Lattice lattice,
boolean showGrammar,
boolean optimizeGrammar,
boolean addSilenceWords,
boolean addFillerWords,
Dictionary dictionary) |
| Modifier and Type | Field and Description |
|---|---|
protected Lattice |
Nbest.lattice |
protected Lattice |
LatticeRescorer.lattice |
protected Lattice |
LatticeOptimizer.lattice |
| Modifier and Type | Method and Description |
|---|---|
static Lattice |
GDLLatticeFactory.getLattice(java.lang.String gdlFile,
Dictionary dictionary)
Create a Lattice from a GDL (AISee) Lattice file.
|
static Lattice |
Lattice.readSlf(java.io.InputStream stream) |
static Lattice |
Lattice.readSlf(java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Lattice.isEquivalent(Lattice other)
Returns true if the given Lattice is equivalent to this Lattice.
|
| Constructor and Description |
|---|
LatticeOptimizer(Lattice lattice)
Create a new Lattice optimizer
|
LatticeRescorer(Lattice lattice,
LanguageModel model)
Create a new Lattice optimizer
|
Nbest(Lattice lattice) |