public class MaryGenericFeatureProcessors extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MaryGenericFeatureProcessors.Accented
Checks to see if the given syllable is accented.
|
static class |
MaryGenericFeatureProcessors.AccentedSylsFromPhraseEnd
Counts the number of accented syllables until the end of the phrase.
|
static class |
MaryGenericFeatureProcessors.AccentedSylsFromPhraseStart
Counts the number of accented syllables since the start of the phrase.
|
static class |
MaryGenericFeatureProcessors.BreakIndex |
static class |
MaryGenericFeatureProcessors.Edge
Indicate whether a unit is an edge unit, which is never the case for a target.
|
static class |
MaryGenericFeatureProcessors.FirstSegmentInWordNavigator
Retrieve the first segment in the word to which this target belongs.
|
static class |
MaryGenericFeatureProcessors.FirstSegmentNextWordNavigator |
static class |
MaryGenericFeatureProcessors.FirstSyllableInWordNavigator
Retrieve the first syllable in the word to which this target belongs.
|
static class |
MaryGenericFeatureProcessors.GenericContinuousFeature
Returns the value of the given feature for the given segment.
|
static class |
MaryGenericFeatureProcessors.HalfPhoneLeftRight
Is the given half phone target a left or a right half?
|
static class |
MaryGenericFeatureProcessors.IsPause
Checks if segment is a pause.
|
static class |
MaryGenericFeatureProcessors.LastSegmentInWordNavigator
Retrieve the last segment in the word to which this target belongs.
|
static class |
MaryGenericFeatureProcessors.LastSyllableInPhraseNavigator
Last syllable in phrase.
|
static class |
MaryGenericFeatureProcessors.LastSyllableInWordNavigator
Retrieve the last syllable in the word to which this target belongs.
|
static class |
MaryGenericFeatureProcessors.LastWordInSentenceNavigator |
static class |
MaryGenericFeatureProcessors.NextAccent
The next ToBI accent following the current syllable in the current phrase.
|
static class |
MaryGenericFeatureProcessors.NextNextSegmentNavigator
Retrieve the segment two after the segment which belongs to this target.
|
static class |
MaryGenericFeatureProcessors.NextNextSyllableNavigator
Retrieve the syllable two after the syllable belonging to this target.
|
static class |
MaryGenericFeatureProcessors.NextPunctuation
Determines the next word punctuation in the sentence.
|
static class |
MaryGenericFeatureProcessors.NextSegmentNavigator
Retrieve the segment following the segment which belongs to this target.
|
static class |
MaryGenericFeatureProcessors.NextSyllableNavigator
Retrieve the syllable following the syllable belonging to this target.
|
static class |
MaryGenericFeatureProcessors.NextWordNavigator |
static class |
MaryGenericFeatureProcessors.PhraseEndtone
The ToBI endtone associated with the last syllable of the current phrase.
|
static class |
MaryGenericFeatureProcessors.PhraseNumSyls
Returns as a byte the number of phrases in the current sentence.
|
static class |
MaryGenericFeatureProcessors.PhraseNumWords
Returns as a byte the number of words in the current phrase.
|
static class |
MaryGenericFeatureProcessors.PhrasesFromSentenceEnd
Counts the number of phrases until the end of the sentence.
|
static class |
MaryGenericFeatureProcessors.PhrasesFromSentenceStart
Counts the number of phrases since the start of the sentence.
|
static class |
MaryGenericFeatureProcessors.PosInSyl
Deprecated.
use SegsFromSylStart instead
|
static class |
MaryGenericFeatureProcessors.PositionType
Classifies the the syllable as single, initial, mid or final.
|
static class |
MaryGenericFeatureProcessors.PrevAccent
The previous ToBI accent preceding the current syllable in the current phrase.
|
static class |
MaryGenericFeatureProcessors.PrevPhraseEndtone
The ToBI endtone associated with the last syllable of the previous phrase.
|
static class |
MaryGenericFeatureProcessors.PrevPrevSegmentNavigator
Retrieve the segment two before the segment which belongs to this target.
|
static class |
MaryGenericFeatureProcessors.PrevPrevSyllableNavigator
Retrieve the syllable two before the syllable belonging to this target.
|
static class |
MaryGenericFeatureProcessors.PrevPunctuation
Determines the previous word punctuation in the sentence.
|
static class |
MaryGenericFeatureProcessors.PrevSegmentNavigator
Retrieve the segment preceding the segment which belongs to this target.
|
static class |
MaryGenericFeatureProcessors.PrevSyllableNavigator
Retrieve the syllable before the syllable belonging to this target.
|
static class |
MaryGenericFeatureProcessors.PrevWordNavigator |
static class |
MaryGenericFeatureProcessors.SegmentNavigator
Retrieve the segment belonging to this target.
|
static class |
MaryGenericFeatureProcessors.SegsFromSylEnd
Finds the position of the phone from the end of the syllable.
|
static class |
MaryGenericFeatureProcessors.SegsFromSylStart
Finds the position of the phone in the syllable.
|
static class |
MaryGenericFeatureProcessors.SegsFromWordEnd
Finds the position of the segment from the end of the word.
|
static class |
MaryGenericFeatureProcessors.SegsFromWordStart
Finds the position of the segment from the start of the word.
|
static class |
MaryGenericFeatureProcessors.Selection_Prosody
Determine the prosodic property of a target
|
static class |
MaryGenericFeatureProcessors.SentenceNumPhrases
Returns as a byte the number of phrases in the current sentence.
|
static class |
MaryGenericFeatureProcessors.SentenceNumWords
Returns as an Integer the number of words in the current sentence.
|
static class |
MaryGenericFeatureProcessors.Stressed
Checks to see if the given syllable is stressed.
|
static class |
MaryGenericFeatureProcessors.StressedSylsFromPhraseEnd
Counts the number of stressed syllables until the end of the phrase.
|
static class |
MaryGenericFeatureProcessors.StressedSylsFromPhraseStart
Counts the number of stressed syllables since the start of the phrase.
|
static class |
MaryGenericFeatureProcessors.Style
Sentence Style for the given target
|
static class |
MaryGenericFeatureProcessors.SylBreak
Determines the break level after this syllable.
|
static class |
MaryGenericFeatureProcessors.SyllableNavigator
Retrieve the syllable belonging to this target.
|
static class |
MaryGenericFeatureProcessors.SyllableTone
Syllable tone for the given target
|
static class |
MaryGenericFeatureProcessors.SylNumSegs
Returns as an Integer the number of segments in the current syllable.
|
static class |
MaryGenericFeatureProcessors.SylsFromPhraseEnd
Counts the number of syllables until the end of the phrase.
|
static class |
MaryGenericFeatureProcessors.SylsFromPhraseStart
Counts the number of syllables since the start of the phrase.
|
static class |
MaryGenericFeatureProcessors.SylsFromPrevAccent
Counts the number of syllables since the last accent in the current phrase.
|
static class |
MaryGenericFeatureProcessors.SylsFromPrevStressed
Counts the number of syllables since the last stressed syllable in the current phrase.
|
static class |
MaryGenericFeatureProcessors.SylsFromWordEnd
Finds the position of the syllable from the end of the word.
|
static class |
MaryGenericFeatureProcessors.SylsFromWordStart
Finds the position of the syllable from the start of the word.
|
static class |
MaryGenericFeatureProcessors.SylsToNextAccent
Counts the number of syllables until the next accent in the current phrase.
|
static class |
MaryGenericFeatureProcessors.SylsToNextStressed
Counts the number of syllables until the next stressed syllable in the current phrase.
|
static interface |
MaryGenericFeatureProcessors.TargetElementNavigator
Navigate from a target to an item.
|
static class |
MaryGenericFeatureProcessors.TobiAccent
The ToBI accent of the current syllable.
|
static class |
MaryGenericFeatureProcessors.TobiEndtone
The ToBI endtone associated with the current syllable.
|
static class |
MaryGenericFeatureProcessors.UnitDuration
Returns the duration of the given segment, in seconds.
|
static class |
MaryGenericFeatureProcessors.UnitLogF0
Calculates the log of the fundamental frequency in the middle of a unit segment.
|
static class |
MaryGenericFeatureProcessors.UnitLogF0Delta
Calculates the slope of a linear approximation of the fundamental frequency, in the log domain.
|
static class |
MaryGenericFeatureProcessors.WordNavigator
Retrieve the word belonging to this target.
|
static class |
MaryGenericFeatureProcessors.WordNumSegs
Returns as a byte the number of segments in the given word.
|
static class |
MaryGenericFeatureProcessors.WordNumSyls
Returns as an Integer the number of syllables in the given word.
|
static class |
MaryGenericFeatureProcessors.WordPunc
Determines the word punctuation.
|
static class |
MaryGenericFeatureProcessors.WordsFromPhraseEnd
Counts the number of words until the end of the phrase.
|
static class |
MaryGenericFeatureProcessors.WordsFromPhraseStart
Counts the number of words since the start of the phrase.
|
static class |
MaryGenericFeatureProcessors.WordsFromPrevPunctuation
Determines the distance in words from the previous word punctuation in the sentence.
|
static class |
MaryGenericFeatureProcessors.WordsFromSentenceEnd
Counts the number of words until the end of the sentence.
|
static class |
MaryGenericFeatureProcessors.WordsFromSentenceStart
Counts the number of words since the start of the sentence.
|
static class |
MaryGenericFeatureProcessors.WordsToNextPunctuation
Determines the distance in words to the next word punctuation in the sentence.
|
Modifier | Constructor and Description |
---|---|
protected |
MaryGenericFeatureProcessors() |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.