|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.speech.freetts.cart.Durator
Determines duration timing for
Relation.SEGMENT
relations in an utterance.
Annotates the Relation.SEGMENT
relation with an
"end" time feature.
[[[TODO: The mean words-per-minute rate should become part of the CART data. For now, it is passed into the constructor.]]]
Relation.SEGMENT
Field Summary | |
protected CART |
cart
The CART used for this duration UtteranceProcessor. |
protected PhoneDurations |
durations
The PhoneDurations used for this duration UtteranceProcessor. |
Constructor Summary | |
Durator(CART cart,
float meanRate,
PhoneDurations durations)
Creates a new duration UtteranceProcessor with the given CART and phone durations. |
Method Summary | |
void |
processUtterance(Utterance utterance)
Annotates the Relation.SEGMENT relations with
cumulative "end" time
features based on phone durations. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected CART cart
protected PhoneDurations durations
Constructor Detail |
public Durator(CART cart, float meanRate, PhoneDurations durations)
cart
- contains zscore duration datameanRate
- the mean words per minute rate of the CART datadurations
- contains mean and standard deviation phone durationsMethod Detail |
public void processUtterance(Utterance utterance) throws ProcessException
Relation.SEGMENT
relations with
cumulative "end" time
features based on phone durations. Expects the CART to return
a zscore for each phone, which specifies the number of standard
deviations from the mean. This is coupled with a phone
durations table that returns the mean and standard deviation
for phones.
processUtterance
in interface UtteranceProcessor
utterance
- the utterance to process
ProcessException
- if a problem is encountered during the
processing of the utterancepublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |