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

Support Hebrew vowel annotations #59

Open rhdunn opened 10 years ago

rhdunn commented 10 years ago

Hebrew text does not include vowels. There is a system of diacritics (niqqud [1]) that is used to annotate the missing vowels.

The vowel annotation logic should occur between the parse text and phoneme stream phases on text that parse text annotates as being Hebrew script. Then, the phoneme stream phase can use simple pronunciation rules to pronounce the Hebrew consonants and vowel diacritics. It also makes it easier to test the Hebrew vowel annotation logic.

[1] http://en.wikipedia.org/wiki/Niqqud

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1376252-support-hebrew-vowel-annotations?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).