Modifier and Type | Field and Description |
---|---|
protected UnitDatabase |
UnitSelectionVoice.database |
Modifier and Type | Method and Description |
---|---|
UnitDatabase |
UnitSelectionVoice.getDatabase()
Gets the database of this voice
|
Modifier and Type | Field and Description |
---|---|
protected UnitDatabase |
VoiceDataDumper.unitDB |
Modifier and Type | Field and Description |
---|---|
protected UnitDatabase |
BaseUnitConcatenator.database |
Modifier and Type | Method and Description |
---|---|
void |
UnitConcatenator.load(UnitDatabase database)
Initialise the unit concatenator from the database.
|
void |
BaseUnitConcatenator.load(UnitDatabase unitDatabase) |
Modifier and Type | Class and Description |
---|---|
class |
DiphoneUnitDatabase |
Modifier and Type | Field and Description |
---|---|
protected UnitDatabase |
UnitSelector.database |
Modifier and Type | Method and Description |
---|---|
void |
UnitSelector.load(UnitDatabase unitDatabase,
float targetCostWeight,
float sCostWeight,
int beamSize) |
void |
UnitSelector.load(UnitDatabase unitDatabase,
float targetCostWeight,
int beamSize) |
Constructor and Description |
---|
Viterbi(List<Target> targets,
UnitDatabase database,
float wTargetCosts,
float wSCosts,
int beamSize)
Creates a Viterbi class to process the given utterance.
|
Viterbi(List<Target> targets,
UnitDatabase database,
float wTargetCosts,
int beamSize)
Creates a Viterbi class to process the given utterance.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.