``` model = epitran.Epitran('ara-Arab') res = model.transliterate('علقانة') ``` The given results is > 'ʕlqaːnة' which contains the letter ة which is not an IPA symbol.
The given results is
which contains the letter ة which is not an IPA symbol.