| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.acoustic |
| Modifier and Type | Class and Description |
|---|---|
class |
LeftRightContext
Represents the context for a unit
|
| Modifier and Type | Field and Description |
|---|---|
static Context |
Context.EMPTY_CONTEXT
Represents an empty context
|
| Modifier and Type | Method and Description |
|---|---|
Context |
Unit.getContext()
Returns the context for this unit
|
| Modifier and Type | Method and Description |
|---|---|
Unit |
UnitManager.getUnit(java.lang.String name,
boolean filler,
Context context)
Gets or creates a unit from the unit pool
|
boolean |
LeftRightContext.isPartialMatch(Context context)
Checks to see if there is a partial match with the given context.
|
boolean |
Context.isPartialMatch(Context context)
Checks to see if there is a partial match with the given context.
|
boolean |
Unit.isPartialMatch(java.lang.String name,
Context context)
Checks to see if the given unit with associated contexts is a partial match for this unit.
|