marytts.features
Class MaryGenericFeatureProcessors.Accented
java.lang.Object
marytts.features.MaryGenericFeatureProcessors.Accented
- All Implemented Interfaces:
- ByteValuedFeatureProcessor, MaryFeatureProcessor
- Enclosing class:
- MaryGenericFeatureProcessors
public static class MaryGenericFeatureProcessors.Accented
- extends java.lang.Object
- implements ByteValuedFeatureProcessor
Checks to see if the given syllable is accented.
|
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)
Performs some processing on the given item. |
| 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
MaryGenericFeatureProcessors.Accented
public MaryGenericFeatureProcessors.Accented(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)
- Performs some processing on the given item.
- Specified by:
process in interface ByteValuedFeatureProcessor
- Parameters:
target - the target to process
- Returns:
- "1" if the syllable is accented; otherwise "0"