public static class MaryGenericFeatureProcessors.Selection_Prosody extends Object implements ByteValuedFeatureProcessor
| Modifier and Type | Field and Description |
|---|---|
protected MaryGenericFeatureProcessors.TargetElementNavigator |
navigator |
protected ByteStringTranslator |
values |
| Constructor and Description |
|---|
Selection_Prosody(MaryGenericFeatureProcessors.TargetElementNavigator syllableNavigator) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
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
|
protected MaryGenericFeatureProcessors.TargetElementNavigator navigator
protected ByteStringTranslator values
public Selection_Prosody(MaryGenericFeatureProcessors.TargetElementNavigator syllableNavigator)
public String getName()
getName in interface MaryFeatureProcessorpublic String[] getValues()
ByteValuedFeatureProcessorgetValues in interface ByteValuedFeatureProcessorpublic byte process(Target target)
process in interface ByteValuedFeatureProcessortarget - the targetCopyright © 2000–2022 DFKI GmbH. All rights reserved.