| Package | Description |
|---|---|
| marytts.unitselection.data | |
| marytts.unitselection.select.viterbi |
| Modifier and Type | Method and Description |
|---|---|
List<ViterbiCandidate> |
UnitDatabase.getCandidates(Target target)
Preselect a set of candidates that could be used to realise the given target.
|
List<ViterbiCandidate> |
DiphoneUnitDatabase.getCandidates(Target target)
Preselect a set of candidates that could be used to realise the given target.
|
| Modifier and Type | Method and Description |
|---|---|
ViterbiCandidate |
ViterbiPath.getCandidate()
Get the candidate of this path.
|
ViterbiCandidate |
ViterbiCandidate.getNext()
Gets the next candidate in the queue
|
| Modifier and Type | Method and Description |
|---|---|
List<ViterbiCandidate> |
ViterbiPoint.getCandidates()
Gets the candidates of this point
|
| Modifier and Type | Method and Description |
|---|---|
int |
ViterbiCandidate.compareTo(ViterbiCandidate o)
Compare two candidates so that the one with the smaller target cost is considered smaller.
|
void |
ViterbiCandidate.setNext(ViterbiCandidate next)
Sets the next candidate in the queue
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViterbiPoint.setCandidates(ArrayList<ViterbiCandidate> candidates)
Sets the candidates of this point
|
| Constructor and Description |
|---|
ViterbiPath(ViterbiCandidate candidate,
ViterbiPath previousPath,
double score) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.