public class TranscriptionAligner extends VoiceImportComponent
bnl, logger, props, props2Help
Constructor and Description |
---|
TranscriptionAligner() |
Modifier and Type | Method and Description |
---|---|
void |
alignTranscription(String baseName) |
boolean |
compute()
align and change automatic transcriptions to manually corrected ones.
|
SortedMap<String,String> |
getDefaultProps(DatabaseLayout theDb)
Get the map of properties2values containing the default values
|
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 |
initialiseComp()
Initialise a voice import component: component specific initialisation; to be overwritten by subclasses
|
static void |
main(String[] args) |
protected void |
setupHelp() |
getHelpText, getHelpTextForProp, getProp, initialise, setProp
public String getName()
VoiceImportComponent
getName
in class VoiceImportComponent
protected void initialiseComp() throws ParserConfigurationException, IOException, SAXException, TransformerConfigurationException, MaryConfigurationException
VoiceImportComponent
public SortedMap<String,String> getDefaultProps(DatabaseLayout theDb)
VoiceImportComponent
getDefaultProps
in class VoiceImportComponent
theDb
- dbprotected void setupHelp()
setupHelp
in class VoiceImportComponent
public int getProgress()
VoiceImportComponent
getProgress
in class VoiceImportComponent
public boolean compute() throws Exception
compute
in class VoiceImportComponent
Exception
- Exceptionpublic void alignTranscription(String baseName) throws Exception
Exception
Copyright © 2000–2016 DFKI GmbH. All rights reserved.