| 435 | '''!PhoneFeatureFileWriter'''[[BR]] |
| 436 | |
| 437 | It produces a file containing all the target cost features for the phone sized units. The module needs a file defining which features are to be used and what weights are given to them. They must be the same features as the ones that the !PhoneFeatureComputer used. If you do not have a feature definition, the module tries to create one. |
| 438 | |
| 439 | |
| 440 | For more information, see the example file: Marybase/lib/modules/import/examples/PhoneUnitFeatureDefinition.txt |
| 441 | |
| 442 | Configuration Settings: |
| 443 | |
| 444 | * featureDir - directory containing the phone features |
| 445 | * featureFile - file containing all phone units and their target cost features.Will be created by this module |
| 446 | * unitFile - file containing all phone units |
| 447 | * weightsFile - file containing the list of phone target cost features, their values and weights |
| 448 | |
| 449 | '''DurationCARTTrainer'''[[BR]] |
| 450 | |
| 451 | It builds an acoustic model of durations in the database using the program "wagon" from the Edinburgh Speech tools. |
| 452 | |
| 453 | Configuration Settings: |
| 454 | |
| 455 | * durTree - file containing the duration CART. Will be created by this module |
| 456 | * estDir - directory containing the local installation of the Edinburgh Speech Tools |
| 457 | * featureDir - directory containing the phonefeatures |
| 458 | * featureFile - file containing all phone units and their target cost features |
| 459 | * labelDir - directory containing the phone labels |
| 460 | * stepwiseTraining - "false" or "true" |
| 461 | * unitFile - file containing all phone units |
| 462 | * waveTimeline - file containing all wave files |
| 463 | |
| 464 | '''F0CARTTrainer'''[[BR]] |
| 465 | |
| 466 | It builds acoustic models of F0 like DurationCARTTrainer. It uses "wagon" and the files produced by !PhoneUnitfileWriter and !PhoneFeatureFileWriter. |
| 467 | |
| 468 | Configuration Settings: |
| 469 | |
| 470 | * estDir - directory containing the local installation of the Edinburgh Speech Tools |
| 471 | * f0LeftTreeFile - file containing the left f0 CART. Will be created by this module |
| 472 | * f0MidTreeFile - file containing the middle f0 CART. Will be created by this module |
| 473 | * f0RightTreeFile - file containing the right f0 CART. Will be created by this module |
| 474 | * featureDir - directory containing the phonefeatures |
| 475 | * featureFile - file containing all phone units and their target cost features |
| 476 | * labelDir - directory containing the phone label files |
| 477 | * stepwiseTraining - "false" or "true" |
| 478 | * unitFile - file containing all phone units |
| 479 | * waveTimeline - file containing all wave files |