Closed jkunimune closed 5 years ago
It seems that Yoruba, which uses ⟨y⟩ for the approximant /j/, is being incorrectly transcribed such that ⟨y⟩ becomes the vowel /y/.
>>> import epitran >>> translator = epitran.Epitran('yor-Latn') >>> translator.transliterate('Yorùbá') # expected output: 'jōrùbá' 'yorùbá'
Thanks for this bug report. The problem is now corrected in the repo and will be fixed in the next release on PyPI.
It seems that Yoruba, which uses ⟨y⟩ for the approximant /j/, is being incorrectly transcribed such that ⟨y⟩ becomes the vowel /y/.