| Package | Description |
|---|---|
| edu.cmu.sphinx.alignment | |
| edu.cmu.sphinx.alignment.tokenizer |
| Modifier and Type | Method and Description |
|---|---|
Item |
USEnglishTokenizer.getTokenItem()
Returns the currently processing token Item.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
USEnglishTokenizer.kingLike(Item tokenItem)
Returns true if the given token item contains a token that is in a
king-like context, e.g., "King" or "Louis".
|
static boolean |
USEnglishTokenizer.sectionLike(Item tokenItem)
Returns true if the given token item contains a token that is in a
section-like context, e.g., "chapter" or "act".
|
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.addDaughter(Item item)
Adds the given item as a daughter to this item.
|
Item |
Relation.appendItem()
Adds a new item to this relation.
|
Item |
Relation.appendItem(Item originalItem)
Adds a new item to this relation.
|
Item |
Item.appendItem(Item originalItem)
Appends an item in this list after this item.
|
Item |
Item.createDaughter()
Creates a new Item, adds it as a daughter to this item and returns the
new item.
|
Item |
PathExtractor.findItem(Item item)
Finds the item associated with this Path.
|
Item |
Item.findItem(java.lang.String path)
Finds the item specified by the given path.
|
Item |
Item.getDaughter()
Retrieves the first daughter of this item.
|
Item |
Relation.getHead()
Gets the head of the item list.
|
Item |
Utterance.getItem(java.lang.String relation,
float time)
Returns the Item in the given Relation associated with the given time.
|
Item |
Item.getItemAs(java.lang.String relationName)
Finds the item in the given relation that has the same shared contents.
|
Item |
ItemContents.getItemRelation(java.lang.String relationName)
Given the name of a relation, returns the item the shares the same
ItemContents.
|
Item |
Item.getLastDaughter()
Retrieves the last daughter of this item.
|
Item |
Item.getNext()
Gets the next item in this list.
|
Item |
Item.getNthDaughter(int which)
Retrieves the Nth daughter of this item.
|
Item |
Item.getParent()
Returns the parent of this item.
|
Item |
Item.getPrevious()
Gets the previous item in this list.
|
Item |
WordRelation.getTail()
Returns the last item in this WordRelation.
|
Item |
Relation.getTail()
Gets the tail of the item list.
|
Item |
Item.prependItem(Item originalItem)
Prepends an item in this list before this item.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.addDaughter(Item item)
Adds the given item as a daughter to this item.
|
void |
ItemContents.addItemRelation(java.lang.String relationName,
Item item)
Adds the given item to the set of relations.
|
Item |
Relation.appendItem(Item originalItem)
Adds a new item to this relation.
|
Item |
Item.appendItem(Item originalItem)
Appends an item in this list after this item.
|
boolean |
Item.equalsShared(Item otherItem)
Determines if the shared contents of the two items are the same.
|
java.lang.Object |
PathExtractor.findFeature(Item item)
Finds the feature associated with this Path.
|
Item |
PathExtractor.findItem(Item item)
Finds the item associated with this Path.
|
java.lang.Object |
DecisionTree.interpret(Item item)
Passes the given item through this CART and returns the interpretation.
|
Item |
Item.prependItem(Item originalItem)
Prepends an item in this list before this item.
|