Changes between Version 5 and Version 6 of FrequentlyAskedQuestions


Ignore:
Timestamp:
02/20/06 08:55:01 (18 years ago)
Author:
schroed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FrequentlyAskedQuestions

    v5 v6  
    3030 
    3131 * 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. 
     32source:trunk/java/de/dfki/lt/mary/modules/ProsodyGeneric.java, written by my student Stephanie Becker, may be a good place to start. 
    3333 
    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/KlattDurationModeller  
     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:trunk/java/de/dfki/lt/mary/modules/tib/KlattDurationModeller  
    3535could be used, of course adapted to the language-specific phoneme set. 
    3636 
    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. 
    3838 
    3939 * needed: synthesis, e.g. using MBROLA voices.