Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/yoosif0/arabic_pronounce

Pronounce Arabic words
https://github.com/yoosif0/arabic_pronounce

Last synced: 23 days ago
JSON representation

Pronounce Arabic words

Lists

README

        

## 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
```python
from arabic_pronounce import phonetise

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

## Test
python -m pytest