rhdunn / cainteoir-engine

The Cainteoir Text-to-Speech core engine
http://reecedunn.co.uk/cainteoir/
GNU General Public License v3.0
43 stars 8 forks source link

Implement the NRL Report 7948 letter-to-phoneme algorithm. #33

Open rhdunn opened 11 years ago

rhdunn commented 11 years ago

The NRL Report 7948 describes an algorithm for converting English letter sequences to phonemes. This is implemented in various places (such as rsynth's english.c file).

Rsynth also has a ruleset for German in the deutsch.c file.

These rules should be in an external file, with support for the NRL rules and the rsynth modified rules. Rsynth hard codes these rules, so needs to be modified.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1026789-implement-the-nrl-report-7948-letter-to-phoneme-algorithm?utm_campaign=plugin&utm_content=tracker%2F254961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F254961&utm_medium=issues&utm_source=github).
rhdunn commented 11 years ago

Depends on #38 (Phoneme Model)