| Package | Description |
|---|---|
| edu.cmu.sphinx.trainer |
| Modifier and Type | Field and Description |
|---|---|
static NodeType |
NodeType.DUMMY
NodeType to indicate dummy node.
|
static NodeType |
NodeType.PHONE
NodeType to indicate the node contains a word.
|
static NodeType |
NodeType.SILENCE_WITH_LOOPBACK
NodeType to indicate node containing silence with loopback.
|
static NodeType |
NodeType.STATE
NodeType to indicate the node contains a word.
|
static NodeType |
NodeType.UTTERANCE_BEGIN
NodeType to indicate the start of am utterance.
|
static NodeType |
NodeType.UTTERANCE_END
NodeType to indicate the end of a speech utterance.
|
static NodeType |
NodeType.WORD
NodeType to indicate the node contains a word.
|
| Modifier and Type | Method and Description |
|---|---|
NodeType |
Node.getType()
Returns type of a node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NodeType.equals(NodeType nodeType)
Returns true if the given NodeType is equal to this NodeType.
|