| Package | Description |
|---|---|
| edu.cmu.sphinx.fst.operations |
| Modifier and Type | Method and Description |
|---|---|
static ProjectType |
ProjectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectType[] |
ProjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Project.apply(Fst fst,
ProjectType pType)
Projects an fst onto its domain or range by either copying each arc's
input label to its output label or vice versa.
|