| 188 | '''Support for Transcription Conversion''' |
| 189 | |
| 190 | |
| 191 | '''Festvox2MaryTranscripts''' [[BR]] |
| 192 | This Component supports user to convert Festvox Transcription format (ex: txt.done.data) to MARY Supportable format. MARY contains individual text files for each wave file. |
| 193 | All Voice Import Components use Transcription from MARY Format. So This component is very useful, if user have Transcription in Festvox format. |
| 194 | |
| 195 | Configuration Settings: |
| 196 | |
| 197 | * transcriptFile - Festvox format transcription file (Absolute path) |
| 198 | |
| 199 | |
| 200 | '''Mary2FestvoxTranscripts'''[[BR]] |
| 201 | It supports user to convert MARY Supportable format to Festvox format Transcription. It does reciprocal process to above component. |
| 202 | |
| 203 | Configuration Settings: |
| 204 | |
| 205 | * transcriptFile - Output Festvox format transcription file (Absolute path) |
| 206 | |
| 207 | |
| 208 | '''Feature Vector Extraction from Text Data''' |
| 209 | |
| 210 | '''!PhoneUnitFeatureComputer'''[[BR]] |
| 211 | !PhoneUnitFeatureComputer computes Phone feature vectors for Unit Selection Voice building process. [[BR]] |
| 212 | * Note: This module requires a running Maryserver from MARY Installation. [[BR]] |
| 213 | You can connect to a different server by altering the settings. See the settings help for more information on this. What type of features computed is depends on configuration file called "targetfeatures.config". This configuration file is in Marybase/conf/ directory and directs Server to compute feature vectors. |
| 214 | |
| 215 | |
| 216 | Configuration Settings: |
| 217 | |
| 218 | * featureDir - Output Directory to place computed Phone feature vectors (Absolute path) |
| 219 | * maryServerHost - Server Name |
| 220 | * maryServerPort - Socket Port number (Default 59125) |
| 221 | |
| 222 | |
| 223 | |
| 224 | '''!HalfPhoneUnitFeatureComputer''' |
| 225 | This component also same as above component. But It computes Half phone level feature vectors. Here "halfphone-targetfeatures.config" file, which is in Marybase/conf/ directory directs Server to compute Half-Phone level feature vectors. |
| 226 | |
| 227 | Configuration Settings: |
| 228 | |
| 229 | * featureDir - Output Directory to place computed Half-Phone feature vectors (Absolute path) |
| 230 | * maryServerHost - Server Name |
| 231 | * maryServerPort - Socket Port number (Default 59125) |