Changes between Version 5 and Version 6 of FrequentlyAskedQuestions
- Timestamp:
- 02/20/06 08:55:01 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v5 v6 30 30 31 31 * optional: a prosody assignment module, predicting e.g. ToBI labels based on part-of-speech and other information. 32 source: java/de/dfki/lt/mary/modules/ProsodyGeneric.java, written by my student Stephanie Becker, may be a good place to start.32 source:trunk/java/de/dfki/lt/mary/modules/ProsodyGeneric.java, written by my student Stephanie Becker, may be a good place to start. 33 33 34 * needed: a duration assignment module, predicting phone durations. As a very first start, the Klatt rules as currently used in the Tibetan language component: source: java/de/dfki/lt/mary/modules/tib/KlattDurationModeller34 * needed: a duration assignment module, predicting phone durations. As a very first start, the Klatt rules as currently used in the Tibetan language component: source:trunk/java/de/dfki/lt/mary/modules/tib/KlattDurationModeller 35 35 could be used, of course adapted to the language-specific phoneme set. 36 36 37 * optional: an intonation contour realisation module. For example, there is a generic source: java/de/dfki/lt/mary/modules/TobiContourGenerator that can be used for different languages by writing appropriate config files.37 * optional: an intonation contour realisation module. For example, there is a generic source:trunk/java/de/dfki/lt/mary/modules/TobiContourGenerator that can be used for different languages by writing appropriate config files. 38 38 39 39 * needed: synthesis, e.g. using MBROLA voices.