de.dfki.lt.mary.unitselection.voiceimport
Class SphinxLabeler
java.lang.Object
de.dfki.lt.mary.unitselection.voiceimport.VoiceImportComponent
de.dfki.lt.mary.unitselection.voiceimport.SphinxLabeler
public class SphinxLabeler
- extends VoiceImportComponent
Preparate the directory of the voice for sphinx labelling
- Author:
- Anna Hunecke
|
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 |
SPHINX2DIR
public final java.lang.String SPHINX2DIR
- See Also:
- Constant Field Values
STDIR
public final java.lang.String STDIR
- See Also:
- Constant Field Values
SphinxLabeler
public SphinxLabeler()
getName
public final 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.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.