|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarytts.tools.voiceimport.VoiceImportComponent
marytts.tools.voiceimport.HMMVoiceMakeData
public class HMMVoiceMakeData
| Field Summary | |
|---|---|
java.lang.String |
ADAPTSCRIPTS
|
java.lang.String |
allophonesFile
|
java.lang.String |
CMPMARY
|
java.lang.String |
featureListFile
|
java.lang.String |
GVMARY
|
java.lang.String |
LABELMARY
|
java.lang.String |
LF0
|
java.lang.String |
LIST
|
java.lang.String |
MAG
|
java.lang.String |
MGC
Tree files and TreeSet object |
java.lang.String |
questionsFile
|
java.lang.String |
QUESTIONSMARY
|
java.lang.String |
SCP
|
java.lang.String |
STR
|
java.lang.String |
trickyPhonesFile
|
| Fields inherited from class marytts.tools.voiceimport.VoiceImportComponent |
|---|
bnl, logger, props, props2Help |
| Constructor Summary | |
|---|---|
HMMVoiceMakeData()
|
|
| Method Summary | |
|---|---|
static boolean |
checkTrickyPhones(java.lang.String phoneXML,
java.lang.String trickyFile)
This function checks if replacements or aliases for tricky phones are necessary (so HTK-HHEd can handle the phone names), if so it will create a trickyFile containing the replacements. |
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. |
static void |
main(java.lang.String[] args)
|
protected void |
setupHelp()
|
| Methods inherited from class marytts.tools.voiceimport.VoiceImportComponent |
|---|
getHelpText, getHelpTextForProp, getProp, initialise, initialiseComp, setProp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String MGC
public final java.lang.String LF0
public final java.lang.String MAG
public final java.lang.String STR
public final java.lang.String CMPMARY
public final java.lang.String GVMARY
public final java.lang.String LABELMARY
public final java.lang.String QUESTIONSMARY
public final java.lang.String LIST
public final java.lang.String SCP
public final java.lang.String questionsFile
public java.lang.String allophonesFile
public final java.lang.String featureListFile
public final java.lang.String trickyPhonesFile
public final java.lang.String ADAPTSCRIPTS
| Constructor Detail |
|---|
public HMMVoiceMakeData()
| Method Detail |
|---|
public java.lang.String getName()
VoiceImportComponent
getName in class VoiceImportComponentpublic java.util.SortedMap<java.lang.String,java.lang.String> getDefaultProps(DatabaseLayout db)
getDefaultProps in class VoiceImportComponentprotected void setupHelp()
setupHelp in class VoiceImportComponent
public boolean compute()
throws java.lang.Exception
compute in class VoiceImportComponentjava.lang.Exception
public static boolean checkTrickyPhones(java.lang.String phoneXML,
java.lang.String trickyFile)
phoneXML - allophonesFile for the voice or language (full path).trickyFile - name of the file where the tricky phone replacements are saved (full path).
public int getProgress()
getProgress in class VoiceImportComponent
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||