marytts.tools.voiceimport
Class JoinCostPrecomputer
java.lang.Object
marytts.tools.voiceimport.VoiceImportComponent
marytts.tools.voiceimport.JoinCostPrecomputer
public class JoinCostPrecomputer
- extends VoiceImportComponent
|
Method Summary |
boolean |
compute()
Do the computations required by this component. |
java.util.SortedMap |
getDefaultProps(DatabaseLayout db)
Get the map of properties2values
containing the default values |
java.lang.String |
getName()
Get the name of this component |
int |
getProgress()
Provide the progress of computation, in percent, or -1 if
that feature is not implemented. |
protected void |
setupHelp()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JOINCOSTFILE
public final java.lang.String JOINCOSTFILE
- See Also:
- Constant Field Values
JOINCOSTFEATURESFILE
public final java.lang.String JOINCOSTFEATURESFILE
- See Also:
- Constant Field Values
UNITFEATURESFILE
public final java.lang.String UNITFEATURESFILE
- See Also:
- Constant Field Values
UNITFILE
public final java.lang.String UNITFILE
- See Also:
- Constant Field Values
JoinCostPrecomputer
public JoinCostPrecomputer()
getName
public java.lang.String getName()
- Description copied from class:
VoiceImportComponent
- Get the name of this component
- Specified by:
getName in class VoiceImportComponent
- Returns:
- the name
getDefaultProps
public java.util.SortedMap getDefaultProps(DatabaseLayout db)
- Description copied from class:
VoiceImportComponent
- Get the map of properties2values
containing the default values
- Specified by:
getDefaultProps in class VoiceImportComponent
- Returns:
- map of props2values
setupHelp
protected void setupHelp()
- Specified by:
setupHelp in class VoiceImportComponent
compute
public boolean compute()
throws java.io.IOException,
MaryConfigurationException
- Description copied from class:
VoiceImportComponent
- Do the computations required by this component.
- Specified by:
compute in class VoiceImportComponent
- Returns:
- true on success, false on failure
- Throws:
java.io.IOException
MaryConfigurationException
getProgress
public int getProgress()
- Provide the progress of computation, in percent, or -1 if
that feature is not implemented.
- Specified by:
getProgress in class VoiceImportComponent
- Returns:
- -1 if not implemented, or an integer between 0 and 100.