You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromcamel_tools.utils.charmapimportCharMapperfromcamel_tools.utils.transliterateimportTransliteratorar2safebw=CharMapper.builtin_mapper('ar2safebw')
transliterator=Transliterator(ar2safebw)
transliterator.transliterate('عمر الى شَيْخْ حنته')
'Emr AlY cayoxo Hnth'
refs #91 (comment)
@jchill-git mentioned that CAMeL may offer an improved approach to transliteration.
Here is the current transliterator applied to Arabic text:
https://icu4c-demos.unicode.org/icu-bin/translit
Building on #163, we may want to add a token-level field for transliteration.
The text was updated successfully, but these errors were encountered: