marytts.features
Class MaryGenericFeatureProcessors.TobiEndtone
java.lang.Object
marytts.features.MaryGenericFeatureProcessors.TobiEndtone
- All Implemented Interfaces:
- ByteValuedFeatureProcessor, MaryFeatureProcessor
- Direct Known Subclasses:
- MaryGenericFeatureProcessors.PhraseEndtone, MaryGenericFeatureProcessors.PrevPhraseEndtone
- Enclosing class:
- MaryGenericFeatureProcessors
public static class MaryGenericFeatureProcessors.TobiEndtone
- extends java.lang.Object
- implements ByteValuedFeatureProcessor
The ToBI endtone associated with the current syllable.
|
Method Summary |
java.lang.String |
getName()
|
java.lang.String[] |
getValues()
List the possible values of the feature processor, as
clear-text values. |
byte |
process(Target target)
For the given syllable item, return its tobi end tone,
or 0 if there is none. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
navigator
protected MaryGenericFeatureProcessors.TargetElementNavigator navigator
values
protected ByteStringTranslator values
MaryGenericFeatureProcessors.TobiEndtone
public MaryGenericFeatureProcessors.TobiEndtone(java.lang.String name,
MaryGenericFeatureProcessors.TargetElementNavigator syllableNavigator)
getName
public java.lang.String getName()
- Specified by:
getName in interface MaryFeatureProcessor
getValues
public java.lang.String[] getValues()
- Description copied from interface:
ByteValuedFeatureProcessor
- List the possible values of the feature processor, as
clear-text values. Byte values as returned by process()
can be translated into their string equivalent by using
the byte value as an index in the String[] returned.
- Specified by:
getValues in interface ByteValuedFeatureProcessor
- Returns:
- an array containing the possible return values
of this feature processor, in String representation.
process
public byte process(Target target)
- For the given syllable item, return its tobi end tone,
or 0 if there is none.
- Specified by:
process in interface ByteValuedFeatureProcessor