UtteranceProcessorpublic class UnitConcatenator extends java.lang.Object implements UtteranceProcessor
processUtterance that helps populate the
target_lpcres relation.LPCResult| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
PROP_OUTPUT_LPC |
| Constructor | Description |
|---|---|
UnitConcatenator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
processUtterance(Utterance utterance) |
Concatenate the Units in the given Utterance to the target_lpc
result.
|
java.lang.String |
toString() |
Converts this object to a string
|
public static final java.lang.String PROP_OUTPUT_LPC
public void processUtterance(Utterance utterance) throws ProcessException
processUtterance in interface UtteranceProcessorutterance - the Utterance to do concatenationProcessException - if an error occurs while processing
the utteranceLPCResultpublic java.lang.String toString()
toString in class java.lang.Object