| Interface | Description |
|---|---|
| ByteValuedFeatureProcessor |
Performs a specific type of processing on an item and returns an object.
|
| ContinuousFeatureProcessor |
Performs a specific type of processing on an item and returns an object.
|
| MaryFeatureProcessor |
Performs a specific type of processing on an item and returns an object.
|
| MaryGenericFeatureProcessors.TargetElementNavigator |
Navigate from a target to an item.
|
| ShortValuedFeatureProcessor |
Performs a specific type of processing on an item and returns an object.
|
| Class | Description |
|---|---|
| FeatureDefinition |
A feature definition object represents the "meaning" of feature vectors.
|
| FeatureProcessorManager | |
| FeatureRegistry | |
| FeatureVector |
Compact representation of a list of byte-valued, short-valued and float-valued (continuous) features.
|
| MaryGenericFeatureProcessors |
A collection of feature processors that operate on Target objects.
|
| MaryGenericFeatureProcessors.Accented |
Checks to see if the given syllable is accented.
|
| MaryGenericFeatureProcessors.AccentedSylsFromPhraseEnd |
Counts the number of accented syllables until the end of the phrase.
|
| MaryGenericFeatureProcessors.AccentedSylsFromPhraseStart |
Counts the number of accented syllables since the start of the phrase.
|
| MaryGenericFeatureProcessors.BreakIndex | |
| MaryGenericFeatureProcessors.Edge |
Indicate whether a unit is an edge unit, which is never the case for a target.
|
| MaryGenericFeatureProcessors.FirstSegmentInWordNavigator |
Retrieve the first segment in the word to which this target belongs.
|
| MaryGenericFeatureProcessors.FirstSegmentNextWordNavigator | |
| MaryGenericFeatureProcessors.FirstSyllableInWordNavigator |
Retrieve the first syllable in the word to which this target belongs.
|
| MaryGenericFeatureProcessors.GenericContinuousFeature |
Returns the value of the given feature for the given segment.
|
| MaryGenericFeatureProcessors.HalfPhoneLeftRight |
Is the given half phone target a left or a right half?
|
| MaryGenericFeatureProcessors.IsPause |
Checks if segment is a pause.
|
| MaryGenericFeatureProcessors.LastSegmentInWordNavigator |
Retrieve the last segment in the word to which this target belongs.
|
| MaryGenericFeatureProcessors.LastSyllableInPhraseNavigator |
Last syllable in phrase.
|
| MaryGenericFeatureProcessors.LastSyllableInWordNavigator |
Retrieve the last syllable in the word to which this target belongs.
|
| MaryGenericFeatureProcessors.LastWordInSentenceNavigator | |
| MaryGenericFeatureProcessors.NextAccent |
The next ToBI accent following the current syllable in the current phrase.
|
| MaryGenericFeatureProcessors.NextNextSegmentNavigator |
Retrieve the segment two after the segment which belongs to this target.
|
| MaryGenericFeatureProcessors.NextNextSyllableNavigator |
Retrieve the syllable two after the syllable belonging to this target.
|
| MaryGenericFeatureProcessors.NextPunctuation |
Determines the next word punctuation in the sentence.
|
| MaryGenericFeatureProcessors.NextSegmentNavigator |
Retrieve the segment following the segment which belongs to this target.
|
| MaryGenericFeatureProcessors.NextSyllableNavigator |
Retrieve the syllable following the syllable belonging to this target.
|
| MaryGenericFeatureProcessors.NextWordNavigator | |
| MaryGenericFeatureProcessors.PhraseEndtone |
The ToBI endtone associated with the last syllable of the current phrase.
|
| MaryGenericFeatureProcessors.PhraseNumSyls |
Returns as a byte the number of phrases in the current sentence.
|
| MaryGenericFeatureProcessors.PhraseNumWords |
Returns as a byte the number of words in the current phrase.
|
| MaryGenericFeatureProcessors.PhrasesFromSentenceEnd |
Counts the number of phrases until the end of the sentence.
|
| MaryGenericFeatureProcessors.PhrasesFromSentenceStart |
Counts the number of phrases since the start of the sentence.
|
| MaryGenericFeatureProcessors.PosInSyl | Deprecated
use SegsFromSylStart instead
|
| MaryGenericFeatureProcessors.PositionType |
Classifies the the syllable as single, initial, mid or final.
|
| MaryGenericFeatureProcessors.PrevAccent |
The previous ToBI accent preceding the current syllable in the current phrase.
|
| MaryGenericFeatureProcessors.PrevPhraseEndtone |
The ToBI endtone associated with the last syllable of the previous phrase.
|
| MaryGenericFeatureProcessors.PrevPrevSegmentNavigator |
Retrieve the segment two before the segment which belongs to this target.
|
| MaryGenericFeatureProcessors.PrevPrevSyllableNavigator |
Retrieve the syllable two before the syllable belonging to this target.
|
| MaryGenericFeatureProcessors.PrevPunctuation |
Determines the previous word punctuation in the sentence.
|
| MaryGenericFeatureProcessors.PrevSegmentNavigator |
Retrieve the segment preceding the segment which belongs to this target.
|
| MaryGenericFeatureProcessors.PrevSyllableNavigator |
Retrieve the syllable before the syllable belonging to this target.
|
| MaryGenericFeatureProcessors.PrevWordNavigator | |
| MaryGenericFeatureProcessors.SegmentNavigator |
Retrieve the segment belonging to this target.
|
| MaryGenericFeatureProcessors.SegsFromSylEnd |
Finds the position of the phone from the end of the syllable.
|
| MaryGenericFeatureProcessors.SegsFromSylStart |
Finds the position of the phone in the syllable.
|
| MaryGenericFeatureProcessors.SegsFromWordEnd |
Finds the position of the segment from the end of the word.
|
| MaryGenericFeatureProcessors.SegsFromWordStart |
Finds the position of the segment from the start of the word.
|
| MaryGenericFeatureProcessors.Selection_Prosody |
Determine the prosodic property of a target
|
| MaryGenericFeatureProcessors.SentenceNumPhrases |
Returns as a byte the number of phrases in the current sentence.
|
| MaryGenericFeatureProcessors.SentenceNumWords |
Returns as an Integer the number of words in the current sentence.
|
| MaryGenericFeatureProcessors.Stressed |
Checks to see if the given syllable is stressed.
|
| MaryGenericFeatureProcessors.StressedSylsFromPhraseEnd |
Counts the number of stressed syllables until the end of the phrase.
|
| MaryGenericFeatureProcessors.StressedSylsFromPhraseStart |
Counts the number of stressed syllables since the start of the phrase.
|
| MaryGenericFeatureProcessors.Style |
Sentence Style for the given target
|
| MaryGenericFeatureProcessors.SylBreak |
Determines the break level after this syllable.
|
| MaryGenericFeatureProcessors.SyllableNavigator |
Retrieve the syllable belonging to this target.
|
| MaryGenericFeatureProcessors.SyllableTone |
Syllable tone for the given target
|
| MaryGenericFeatureProcessors.SylNumSegs |
Returns as an Integer the number of segments in the current syllable.
|
| MaryGenericFeatureProcessors.SylsFromPhraseEnd |
Counts the number of syllables until the end of the phrase.
|
| MaryGenericFeatureProcessors.SylsFromPhraseStart |
Counts the number of syllables since the start of the phrase.
|
| MaryGenericFeatureProcessors.SylsFromPrevAccent |
Counts the number of syllables since the last accent in the current phrase.
|
| MaryGenericFeatureProcessors.SylsFromPrevStressed |
Counts the number of syllables since the last stressed syllable in the current phrase.
|
| MaryGenericFeatureProcessors.SylsFromWordEnd |
Finds the position of the syllable from the end of the word.
|
| MaryGenericFeatureProcessors.SylsFromWordStart |
Finds the position of the syllable from the start of the word.
|
| MaryGenericFeatureProcessors.SylsToNextAccent |
Counts the number of syllables until the next accent in the current phrase.
|
| MaryGenericFeatureProcessors.SylsToNextStressed |
Counts the number of syllables until the next stressed syllable in the current phrase.
|
| MaryGenericFeatureProcessors.TobiAccent |
The ToBI accent of the current syllable.
|
| MaryGenericFeatureProcessors.TobiEndtone |
The ToBI endtone associated with the current syllable.
|
| MaryGenericFeatureProcessors.UnitDuration |
Returns the duration of the given segment, in seconds.
|
| MaryGenericFeatureProcessors.UnitLogF0 |
Calculates the log of the fundamental frequency in the middle of a unit segment.
|
| MaryGenericFeatureProcessors.UnitLogF0Delta |
Calculates the slope of a linear approximation of the fundamental frequency, in the log domain.
|
| MaryGenericFeatureProcessors.WordNavigator |
Retrieve the word belonging to this target.
|
| MaryGenericFeatureProcessors.WordNumSegs |
Returns as a byte the number of segments in the given word.
|
| MaryGenericFeatureProcessors.WordNumSyls |
Returns as an Integer the number of syllables in the given word.
|
| MaryGenericFeatureProcessors.WordPunc |
Determines the word punctuation.
|
| MaryGenericFeatureProcessors.WordsFromPhraseEnd |
Counts the number of words until the end of the phrase.
|
| MaryGenericFeatureProcessors.WordsFromPhraseStart |
Counts the number of words since the start of the phrase.
|
| MaryGenericFeatureProcessors.WordsFromPrevPunctuation |
Determines the distance in words from the previous word punctuation in the sentence.
|
| MaryGenericFeatureProcessors.WordsFromSentenceEnd |
Counts the number of words until the end of the sentence.
|
| MaryGenericFeatureProcessors.WordsFromSentenceStart |
Counts the number of words since the start of the sentence.
|
| MaryGenericFeatureProcessors.WordsToNextPunctuation |
Determines the distance in words to the next word punctuation in the sentence.
|
| MaryLanguageFeatureProcessors |
Provides the set of feature processors that are used by this language as part of the CART processing.
|
| MaryLanguageFeatureProcessors.Gpos |
Returns generalised part-of-speech.
|
| MaryLanguageFeatureProcessors.HalfPhoneUnitName |
The unit name for the given half phone target.
|
| MaryLanguageFeatureProcessors.Phone |
The phone symbol for the given target.
|
| MaryLanguageFeatureProcessors.PhoneFeature |
A parametrisable class which can retrieve all sorts of phone features, given a phone set.
|
| MaryLanguageFeatureProcessors.Pos |
Returns the part-of-speech.
|
| MaryLanguageFeatureProcessors.SegOnsetCoda |
Checks for onset coda This is a feature processor.
|
| MaryLanguageFeatureProcessors.Selection_PhoneClass |
The phone class for the given target.
|
| MaryLanguageFeatureProcessors.WordFrequency | |
| TargetFeatureComputer |
Compute a given set of features for a Target.
|
| Enum | Description |
|---|---|
| FeatureVector.FeatureType |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.