cainteoir-engine
cainteoir-engine copied to clipboard
expose a dictionary API to the tts engines
The engines API should have dictionary support that allows:
- adding/updating a word to the dictionary;
- reloading the dictionary set;
- looking up the pronunciation of a given word.
This allows support for user and document-based dictionaries, as well as supporting pronunciation verification tools and building exception dictionaries from the results of the verification tool.
Depends on #38 (Phoneme Model)