de.dfki.lt.mary.unitselection.featureprocessors
Class MaryGenericFeatureProcessors.Selection_Prosody
java.lang.Object
de.dfki.lt.mary.unitselection.featureprocessors.MaryGenericFeatureProcessors.Selection_Prosody
- All Implemented Interfaces:
- ByteValuedFeatureProcessor, MaryFeatureProcessor
- Enclosing class:
- MaryGenericFeatureProcessors
public static class MaryGenericFeatureProcessors.Selection_Prosody
- extends java.lang.Object
- implements ByteValuedFeatureProcessor
Determine the prosodic property of a target
- Author:
- Anna Hunecke
|
Method Summary |
java.lang.String |
getName()
Performs some processing on the given item. |
java.lang.String[] |
getValues()
List the possible values of the feature processor, as
clear-text values. |
byte |
process(Target target)
Determine the prosodic property of the target |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
navigator
protected MaryGenericFeatureProcessors.TargetItemNavigator navigator
MaryGenericFeatureProcessors.Selection_Prosody
public MaryGenericFeatureProcessors.Selection_Prosody(MaryGenericFeatureProcessors.TargetItemNavigator syllableNavigator)
getName
public java.lang.String getName()
- Description copied from interface:
MaryFeatureProcessor
- Performs some processing on the given item.
TODO: remove? see ByteValuedFeatureProcessor etc.
- 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)
- Determine the prosodic property of the target
- Specified by:
process in interface ByteValuedFeatureProcessor
- Parameters:
target - the target
- Returns:
- 0 - unstressed, 1 - stressed, 2 - pre-nuclear accent
3 - nuclear accent, 4 - phrase final high, 5 - phrase final low