Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 375 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 375 Bytes

Arabic Pronounce

This project is based on Dr. Nawar Halabi's work https://github.com/nawarhalabi/Arabic-Phonetiser. I am almost exaclty using the same code with just removing unneeded stuff and changing the format of the final output.

Usage

from arabic_pronounce import phonetise

phonetise("كلمةٌ")
>>> ['k l m t u1 n']

Test

python -m pytest