| 234 | '''Automatic Labeling''' |
| 235 | |
| 236 | |
| 237 | '''EHMMLabeler'''[[BR]] |
| 238 | EHMM Labeler is a labeling tool, which generates label files with help of Wave files and corresponding Transcriptions. EHMM basic tool is available with Festvox Recent Version. For running EHMM Labeler under MARY environment you need to compile EHMM tool in your machine. |
| 239 | |
| 240 | EHMMLabeler Supports: |
| 241 | 1. Database labeling with Force alignment by Training with Flat-Start Initialization |
| 242 | 2. Database Labeling with Force alignment by Training with initialized models (Re-Training) |
| 243 | 3. Database Labeling with Force alignment by already existed models (Decoding only) |
| 244 | |
| 245 | |
| 246 | Configuration Settings: |
| 247 | |
| 248 | * ehmmDir - EHMM basic package compilation Directory. |
| 249 | * eDir - Directory name (Absolute path) to copy Transcription (in ehmm Supported format) and to store ehmm model. |
| 250 | * featureDir - Feature vectors Directory path, where phone features vectors were computed. (To get phone sequence) |
| 251 | * startEhmmModelDir - Already existing EHMM model Directory path to Initialize EHMM models (for Re-training or Decoding) |
| 252 | * reTrainFlag - (true | false) true - Do re-training by initializing with given models. false - Do just Decoding |
| 253 | * outputLabDir - Dir. Path to store generated Labels |
| 254 | |
| 255 | |