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, setProppublic String getName()
VoiceImportComponentgetName in class VoiceImportComponentprotected void initialiseComp()
throws ParserConfigurationException,
IOException,
SAXException,
TransformerConfigurationException,
MaryConfigurationException
VoiceImportComponentpublic SortedMap<String,String> getDefaultProps(DatabaseLayout theDb)
VoiceImportComponentgetDefaultProps in class VoiceImportComponenttheDb - dbprotected void setupHelp()
setupHelp in class VoiceImportComponentpublic int getProgress()
VoiceImportComponentgetProgress in class VoiceImportComponentpublic boolean compute()
throws Exception
compute in class VoiceImportComponentException - Exceptionpublic void alignTranscription(String baseName) throws Exception
ExceptionCopyright © 2000–2016 DFKI GmbH. All rights reserved.