|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.dfki.lt.mary.unitselection.featureprocessors.MaryGenericFeatureProcessors.AccentedSylsFromPhraseStart
public static class MaryGenericFeatureProcessors.AccentedSylsFromPhraseStart
Counts the number of accented syllables since the start of the phrase. This is a feature processor. A feature processor takes an item, performs some sort of processing on the item and returns an object.
| Constructor Summary | |
|---|---|
MaryGenericFeatureProcessors.AccentedSylsFromPhraseStart()
|
|
| 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)
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 |
| Constructor Detail |
|---|
public MaryGenericFeatureProcessors.AccentedSylsFromPhraseStart()
| Method Detail |
|---|
public java.lang.String getName()
MaryFeatureProcessor
getName in interface MaryFeatureProcessorpublic java.lang.String[] getValues()
ByteValuedFeatureProcessor
getValues in interface ByteValuedFeatureProcessorpublic byte process(Target target)
process in interface ByteValuedFeatureProcessortarget - the target to process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||