Package | Description |
---|---|
marytts.config | |
marytts.features | |
marytts.language.en | |
marytts.language.ru | |
marytts.language.te | |
marytts.machinelearning |
Machine learning classes for K-Means clustering, Gaussian Mixture
Models, and manual data generation for testing purposes.
|
marytts.modules |
All the modules doing the actual processing.
|
marytts.modules.phonemiser | |
marytts.modules.synthesis |
Internals of the synthesis module.
|
marytts.tools.analysis | |
marytts.tools.newlanguage | |
marytts.tools.transcription | |
marytts.tools.voiceimport | |
marytts.unitselection.interpolation | |
marytts.util |
Various relatively generic utilities.
|
Modifier and Type | Method and Description |
---|---|
static AllophoneSet |
MaryConfig.getAllophoneSet(Locale locale)
Get the allophone set for the given locale, or null if it cannot be retrieved.
|
protected AllophoneSet |
LanguageConfig.getAllophoneSetFor(Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected AllophoneSet |
MaryLanguageFeatureProcessors.PhoneFeature.phoneSet |
Modifier and Type | Method and Description |
---|---|
protected void |
FeatureProcessorManager.setupPhoneFeatureProcessors(AllophoneSet phoneset,
String[] phoneValues,
String pauseSymbol,
Map<String,String[]> featuresToValues)
Set up phone feature processors based on phoneset.
|
Constructor and Description |
---|
MaryLanguageFeatureProcessors.PhoneFeature(AllophoneSet phoneSet,
String name,
String phonesetQuery,
String[] possibleValues,
String pauseSymbol,
MaryGenericFeatureProcessors.TargetElementNavigator segmentNavigator) |
MaryLanguageFeatureProcessors.SegOnsetCoda(AllophoneSet phoneSet) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PronunciationModel.postlexicalRules(Element token,
AllophoneSet allophoneSet)
Optionally, a language-specific subclass can implement any postlexical rules on the document.
|
Modifier and Type | Field and Description |
---|---|
protected AllophoneSet |
Phonemiser.allophoneSet |
Modifier and Type | Field and Description |
---|---|
protected AllophoneSet |
JPhonemiser.allophoneSet |
Modifier and Type | Method and Description |
---|---|
static Allophone[] |
ContextualGMMParams.getAllophones(AllophoneSet allophoneSet) |
Constructor and Description |
---|
ContextualGMMParams(AllophoneSet allophoneSet,
GMMTrainerParams commonParams) |
ContextualGMMParams(AllophoneSet allophoneSet,
GMMTrainerParams[] params,
int contextClassificationTypeIn) |
ContextualGMMParams(AllophoneSet allophoneSet,
GMMTrainerParams commonParams,
int contextClassificationTypeIn) |
Modifier and Type | Field and Description |
---|---|
protected AllophoneSet |
SimplePhoneme2AP.allophoneSet |
protected AllophoneSet |
JPhonemiser.allophoneSet |
Modifier and Type | Method and Description |
---|---|
AllophoneSet |
JPhonemiser.getAllophoneSet()
Access the allophone set underlying this phonemiser.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
PronunciationModel.postlexicalRules(Element token,
AllophoneSet allophoneSet)
Optionally, a language-specific subclass can implement any postlexical rules on the document.
|
Modifier and Type | Field and Description |
---|---|
protected AllophoneSet |
Syllabifier.allophoneSet
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AllophoneSet |
AllophoneSet.getAllophoneSet(InputStream inStream,
String identifier)
Return the allophone set that can be read from the given input stream, identified by the given identifier.
|
static AllophoneSet |
AllophoneSet.getAllophoneSet(String filename)
Return the allophone set specified by the given filename.
|
static AllophoneSet |
AllophoneSet.getAllophoneSetById(String identifier)
Get a previously loaded allophone set by its identifier.
|
Constructor and Description |
---|
Syllabifier(AllophoneSet allophoneSet)
Deprecated.
|
Syllabifier(AllophoneSet allophoneSet,
boolean removeTrailingOneFromPhones)
Deprecated.
|
TrainedLTS(AllophoneSet aPhonSet,
CART predictionTree) |
TrainedLTS(AllophoneSet aPhonSet,
InputStream treeStream)
Initializes letter to sound system with a phoneSet, and load the decision tree from the given file.
|
TrainedLTS(AllophoneSet aPhonSet,
InputStream treeStream,
boolean removeTrailingOneFromPhones)
Initializes letter to sound system with a phoneSet, and load the decision tree from the given file.
|
Modifier and Type | Method and Description |
---|---|
AllophoneSet |
Voice.getAllophoneSet()
Get the allophone set associated with this voice.
|
static AllophoneSet |
PAConverter.sampa(Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected AllophoneSet |
TranscriptionAligner.allophoneSet |
Constructor and Description |
---|
CopySynthesis(AllophoneSet allophoneSet)
Provide copy synthesis functionality for documents using the given allophone set.
|
MaryTranscriptionAligner(AllophoneSet allophoneSet) |
MaryTranscriptionAligner(AllophoneSet allophoneSet,
boolean insertDummyDurations) |
TranscriptionAligner(AllophoneSet allophoneSet) |
TranscriptionAligner(AllophoneSet allophoneSet,
String entrySeparator) |
Modifier and Type | Field and Description |
---|---|
protected AllophoneSet |
LexiconCreator.allophoneSet |
protected AllophoneSet |
LTSTrainer.phSet |
Constructor and Description |
---|
LexiconCreator(AllophoneSet allophoneSet,
String lexiconFilename,
String fstFilename,
String ltsFilename)
Initialise a new lexicon creator.
|
LexiconCreator(AllophoneSet allophoneSet,
String lexiconFilename,
String fstFilename,
String ltsFilename,
boolean convertToLowercase,
boolean predictStress,
int context)
Initialize a new lexicon creator.
|
LTSTrainer(AllophoneSet aPhSet,
boolean convertToLowercase,
boolean considerStress,
int context)
Create a new LTSTrainer.
|
Modifier and Type | Method and Description |
---|---|
void |
TranscriptionTableModel.saveSampaLexiconFormat(String fileName,
AllophoneSet phoneSet)
Save user entered and verified transcription in to lexicon format
|
Modifier and Type | Field and Description |
---|---|
protected AllophoneSet |
HTKLabeler.allophoneSet |
Modifier and Type | Method and Description |
---|---|
AllophoneSet |
DatabaseLayout.getAllophoneSet() |
Modifier and Type | Method and Description |
---|---|
static boolean |
HMMVoiceMakeData.checkTrickyPhones(AllophoneSet allophoneSet,
String trickyFile)
This function checks if replacements or aliases for tricky phones are necessary (so HTK-HHEd can handle the phone names),
if so it will create a trickyFile containing the replacements.
|
Modifier and Type | Method and Description |
---|---|
AllophoneSet |
InterpolatingVoice.getAllophoneSet()
Determine whether this voice has the given name.
|
Modifier and Type | Method and Description |
---|---|
static AllophoneSet |
MaryRuntimeUtils.determineAllophoneSet(Element e)
For an element in a MaryXML document, do what you can to determine the appropriate AllophoneSet.
|
static AllophoneSet |
MaryRuntimeUtils.determineAllophoneSet(Locale locale)
Try to determine the Allophone set to use for the given locale.
|
static AllophoneSet |
MaryRuntimeUtils.needAllophoneSet(String propertyName)
Convenience method to access the allophone set referenced in the MARY property with the given name.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.