| Package | Description |
|---|---|
| edu.cmu.sphinx.alignment.tokenizer |
| Modifier and Type | Method and Description |
|---|---|
Relation |
Utterance.createRelation(java.lang.String name)
Creates a new relation with the given name and adds it to this
utterance.
|
Relation |
Item.getOwnerRelation()
Retrieves the owning Relation.
|
Relation |
Utterance.getRelation(java.lang.String name)
Retrieves a relation from this utterance.
|
| Constructor and Description |
|---|
Item(Relation relation,
ItemContents sharedContents)
Creates an item.
|