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: 2 months ago
JSON representation
Pronounce Arabic words
- Host: GitHub
- URL: https://github.com/yoosif0/arabic_pronounce
- Owner: yoosif0
- Created: 2018-08-21T17:46:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T15:51:09.000Z (over 5 years ago)
- Last Synced: 2024-04-05T11:43:38.272Z (9 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 17
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-polyglot - arabic-pronounce - Phonetises Arabic (Python Packages)
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 phonetisephonetise("كلمةٌ")
>>> ['k l m t u1 n']
```## Test
python -m pytest