Skip to content
/ vocx Public

A library for transcribing Esperanto text into phonetic Polish for use in TTS engines

License

Notifications You must be signed in to change notification settings

martinrue/vocx

Repository files navigation

vocx

CircleCI

vocx transcribes Esperanto text into phonetic Polish for use in professional TTS engines.

Background

Commercial TTS engines tend not to support minority languages, particularly constructed languages such as Esperanto. It turns out Esperanto shares lots of sounds with Polish. By transcribing Esperanto to Polish, we can make commercial TTS engines give us a good approximation for spoken Esperanto.

Usage

t := vocx.NewTranscriber()
t.Transcribe("Ĉu vi ŝatas Esperanton? Esperanto estas facila lingvo.")

// czu wij szatas esperanton? esperanto estas fatssila lijngwo.

Custom Rules

To override the default rules used during transcriptions, call the LoadRules function, passing it a custom rule document. See default_rules.go for the correct structure.

About

A library for transcribing Esperanto text into phonetic Polish for use in TTS engines

Resources

License

Stars

Watchers

Forks

Packages

No packages published