Changes between Version 8 and Version 9 of VoiceImportToolsTutorial


Ignore:
Timestamp:
09/13/07 17:50:12 (17 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VoiceImportToolsTutorial

    v8 v9  
    232232 
    233233 
     234'''Automatic Labeling''' 
     235 
     236 
     237'''EHMMLabeler'''[[BR]] 
     238EHMM 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 
     240EHMMLabeler 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 
     246Configuration 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    
    234256 
    235257