Changes between Version 9 and Version 10 of VoiceImportToolsTutorial


Ignore:
Timestamp:
09/16/07 21:27:14 (17 years ago)
Author:
sach01
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VoiceImportToolsTutorial

    v9 v10  
    236236 
    237237'''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.  
     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. It may take long time depending on the size of the data and system configuration. 
    239239 
    240240EHMMLabeler Supports:  
     
    254254 
    255255    
     256'''Automatic Labeling using Sphinx Tools:''' 
     257 
     258 
     259!SphinxLabelingPreparator, !SphinxTrainer and !SphinxLabeler Components used to do Automatic Labeling with Sphinx tools. These 3 components need !SphinxTrain, Sphinx Decoder  and Edinburgh Speech Tools for training models and Force alignment.  
     260 
     261 
     262 
     263'''!SphinxLabelingPreparator'''[[BR]] 
     264This Component prepares the required setup needed for !SphinxTrain to train Models. [[BR]] 
     265 
     266Configuration Settings: 
     267 
     268 * estDir         - Edinburgh Speech Tools Compiled Directory 
     269 * maryServerHost - Server Name  
     270 * maryServerPort - Socket Port number (Default 59125)  
     271 * sphinxTrainDir - !SphinxTrain installation Directory 
     272 * stDir          - Directory name (Absolute path) to copy Dictionaries and Temp. files (in Sphinx Supported format). 
     273 * transcriptFile - Festvox format transcription file (Absolute path) 
     274 
     275'''!SphinxTrainer'''[[BR]] 
     276It trains models required for labeling using Sphinxtrain. It may take long time depending on the size of the data and system configuration. 
     277 
     278Configuration Settings: 
     279 
     280 * stDir  - Absolute path of directory where all Dictionaries and Temp. files stored by !SphinxLabelingPreparator. 
     281 
     282 
     283 
     284'''!SphinxLabeler'''[[BR]] 
     285 
     286It produces labels with the help of the models built by the !SphinxTrainer. It uses Sphinx-2 Decoder for force alignment.  
     287 
     288Configuration Settings: 
     289 
     290 * sphinx2Dir - Sphinx-2 Installation directory absolute path. 
     291 * stDir      - Absolute path of directory where all Dictionaries, Temp. files and models stored by !SphinxLabelingPreparator and !SphinxTrainer. 
     292 
     293 
     294'''MRPALabelConverter'''[[BR]] 
     295If you have labeled data in the Festvox format and using the MRPA-Phoneset, use this module to convert the phones into the phoneset used by Mary. 
     296 
     297Configuration Settings: 
     298 
     299 * mrpaLabDir  - MRPA Label file directory  
     300 
     301 
     302'''!LabelledFilesInspector'''[[BR]] 
     303 
     304It allows user to browse through aligned labels and listen to the corresponding wave file. It is useful for perceptual manual verification on alignment. 
     305 
     306Configuration Settings: 
     307 
     308 * corrPmDir - Directory Path for corrected pitch marks.  
     309 
     310 
    256311 
    257312