de.dfki.lt.mary.unitselection.voiceimport
Class HMMVoiceMakeVoiceAdapt
java.lang.Object
de.dfki.lt.mary.unitselection.voiceimport.VoiceImportComponent
de.dfki.lt.mary.unitselection.voiceimport.HMMVoiceMakeVoiceAdapt
public class HMMVoiceMakeVoiceAdapt
- extends VoiceImportComponent
|
Method Summary |
boolean |
compute()
Do the computations required by this component. |
java.util.SortedMap<java.lang.String,java.lang.String> |
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 |
PERLCOMMAND
public final java.lang.String PERLCOMMAND
- Tree files and TreeSet object
step1_$MKEMV
public final java.lang.String step1_$MKEMV
step2_$HCMPV
public final java.lang.String step2_$HCMPV
step3_$IN_RE
public final java.lang.String step3_$IN_RE
step4_$MMMMF
public final java.lang.String step4_$MMMMF
step5_$ERST0
public final java.lang.String step5_$ERST0
step6_$MN2FL
public final java.lang.String step6_$MN2FL
step7_$ERST1
public final java.lang.String step7_$ERST1
step8_$CXCL1
public final java.lang.String step8_$CXCL1
step9_$ERST2
public final java.lang.String step9_$ERST2
step10_$UNTIE
public final java.lang.String step10_$UNTIE
step11_$ERST3
public final java.lang.String step11_$ERST3
step12_$CXCL2
public final java.lang.String step12_$CXCL2
step13_$ERST4
public final java.lang.String step13_$ERST4
step14_$CXCL3
public final java.lang.String step14_$CXCL3
step15_$MKUN1
public final java.lang.String step15_$MKUN1
step16_$PGEN1
public final java.lang.String step16_$PGEN1
step17_$WGEN1
public final java.lang.String step17_$WGEN1
step18_$REGTR
public final java.lang.String step18_$REGTR
step19_$ADPT1
public final java.lang.String step19_$ADPT1
step20_$PGEN2
public final java.lang.String step20_$PGEN2
step21_$WGEN2
public final java.lang.String step21_$WGEN2
step22_$SATX1
public final java.lang.String step22_$SATX1
step23_$ERST5
public final java.lang.String step23_$ERST5
step24_$SATX2
public final java.lang.String step24_$SATX2
step25_$ERST6
public final java.lang.String step25_$ERST6
step26_$SATX3
public final java.lang.String step26_$SATX3
step27_$ERST7
public final java.lang.String step27_$ERST7
step28_$CXCL4
public final java.lang.String step28_$CXCL4
step29_$MKUN2
public final java.lang.String step29_$MKUN2
step30_$PGEN3
public final java.lang.String step30_$PGEN3
step31_$WGEN3
public final java.lang.String step31_$WGEN3
step32_$ADPT2
public final java.lang.String step32_$ADPT2
step33_$PGEN4
public final java.lang.String step33_$PGEN4
step34_$WGEN4
public final java.lang.String step34_$WGEN4
step35_$CONVM
public final java.lang.String step35_$CONVM
step36_$ENGIN
public final java.lang.String step36_$ENGIN
HMMVoiceMakeVoiceAdapt
public HMMVoiceMakeVoiceAdapt()
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<java.lang.String,java.lang.String> getDefaultProps(DatabaseLayout db)
- 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.lang.Exception
- Do the computations required by this component.
- Specified by:
compute in class VoiceImportComponent
- Returns:
- true on success, false on failure
- Throws:
java.lang.Exception
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.