Package | Description |
---|---|
marytts.cart | |
marytts.cart.io | |
marytts.modules |
All the modules doing the actual processing.
|
marytts.modules.phonemiser | |
marytts.tools.newlanguage | |
marytts.tools.voiceimport | |
marytts.tools.voiceimport.traintrees | |
marytts.unitselection | |
marytts.unitselection.data | |
weka.classifiers.trees.j48 |
Modifier and Type | Class and Description |
---|---|
class |
FeatureVectorCART |
class |
StringPredictionTree |
Modifier and Type | Method and Description |
---|---|
static Node |
CART.replaceLeafByCart(CART cart,
LeafNode leaf)
In this tree, replace the given leaf with the given CART
|
Modifier and Type | Method and Description |
---|---|
CART[] |
HTSCARTReader.load(int numStates,
InputStream treeStream,
InputStream pdfStream,
HMMData.PdfFileFormat fileFormat,
FeatureDefinition featDefinition,
PhoneTranslator phTranslator)
Load the cart from the given file
|
CART |
MaryCARTReader.load(String fileName)
Load the cart from the given file
|
CART |
MaryCARTReader.loadFromStream(InputStream inStream)
Load the cart from the given file
|
Modifier and Type | Method and Description |
---|---|
void |
WagonCARTWriter.dumpBinary(CART cart,
DataOutput os)
Dumps this CART to the output stream in WagonFormat.
|
void |
MaryCARTWriter.dumpMaryCART(CART cart,
String destFile)
Dump the CARTs in MaryCART format
|
void |
WagonCARTWriter.dumpWagonCART(CART cart,
String destFile)
Dump the CARTs in the cart map to destinationDir/CARTS.bin
|
void |
WagonCARTWriter.toTextOut(CART cart,
PrintWriter pw)
Debug output to a text file
|
void |
MaryCARTWriter.toTextOut(CART cart,
PrintWriter pw) |
Modifier and Type | Field and Description |
---|---|
protected CART |
CARTF0Modeller.leftCart
Deprecated.
|
protected CART |
CARTF0Modeller.midCart
Deprecated.
|
protected CART |
CARTF0Modeller.rightCart
Deprecated.
|
Constructor and Description |
---|
TrainedLTS(AllophoneSet aPhonSet,
CART predictionTree) |
Modifier and Type | Method and Description |
---|---|
CART |
LTSTrainer.trainTree(int minLeafData)
Train the tree, using binary decision nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
LTSTrainer.save(CART tree,
String saveTreefile)
Convenience method to save files to graph2phon.wagon and graph2phon.pfeats in a specified directory with UTF-8 encoding.
|
Modifier and Type | Method and Description |
---|---|
CART |
CARTBuilder.importCART(String filename,
FeatureDefinition featDef)
Read in the CARTs from festival/trees/ directory, and store them in a CARTMap
|
Modifier and Type | Method and Description |
---|---|
boolean |
CARTBuilder.replaceLeaves(CART cart,
FeatureDefinition featureDefinition)
For each leaf in the CART, run Wagon on the feature vectors in this CART, and replace leaf by resulting CART
|
Modifier and Type | Method and Description |
---|---|
CART |
Wagon.getCART() |
Modifier and Type | Field and Description |
---|---|
protected CART[] |
UnitSelectionVoice.f0Carts |
Modifier and Type | Method and Description |
---|---|
CART[] |
UnitSelectionVoice.getF0Trees() |
Modifier and Type | Field and Description |
---|---|
protected CART |
UnitDatabase.preselectionCART |
Modifier and Type | Method and Description |
---|---|
void |
UnitDatabase.load(TargetCostFunction aTargetCostFunction,
JoinCostFunction aJoinCostFunction,
StatisticalCostFunction asCostFunction,
UnitFileReader aUnitReader,
CART aPreselectionCART,
TimelineReader anAudioTimeline,
TimelineReader aBasenameTimeline,
int backtraceLeafSize) |
void |
UnitDatabase.load(TargetCostFunction aTargetCostFunction,
JoinCostFunction aJoinCostFunction,
UnitFileReader aUnitReader,
CART aPreselectionCART,
TimelineReader anAudioTimeline,
TimelineReader aBasenameTimeline,
int backtraceLeafSize) |
Modifier and Type | Method and Description |
---|---|
static CART |
TreeConverter.c45toStringCART(weka.classifiers.trees.j48.C45PruneableClassifierTree c45Tree,
FeatureDefinition aFeatDef,
weka.core.Instances inst)
This converts the WEKA-style ClassifierTree into a Mary CART tree.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.