| | 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]] |
| | 264 | This Component prepares the required setup needed for !SphinxTrain to train Models. [[BR]] |
| | 265 | |
| | 266 | Configuration 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]] |
| | 276 | It trains models required for labeling using Sphinxtrain. It may take long time depending on the size of the data and system configuration. |
| | 277 | |
| | 278 | Configuration Settings: |
| | 279 | |
| | 280 | * stDir - Absolute path of directory where all Dictionaries and Temp. files stored by !SphinxLabelingPreparator. |
| | 281 | |
| | 282 | |
| | 283 | |
| | 284 | '''!SphinxLabeler'''[[BR]] |
| | 285 | |
| | 286 | It produces labels with the help of the models built by the !SphinxTrainer. It uses Sphinx-2 Decoder for force alignment. |
| | 287 | |
| | 288 | Configuration 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]] |
| | 295 | If 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 | |
| | 297 | Configuration Settings: |
| | 298 | |
| | 299 | * mrpaLabDir - MRPA Label file directory |
| | 300 | |
| | 301 | |
| | 302 | '''!LabelledFilesInspector'''[[BR]] |
| | 303 | |
| | 304 | It allows user to browse through aligned labels and listen to the corresponding wave file. It is useful for perceptual manual verification on alignment. |
| | 305 | |
| | 306 | Configuration Settings: |
| | 307 | |
| | 308 | * corrPmDir - Directory Path for corrected pitch marks. |
| | 309 | |
| | 310 | |