Skip to main content

Pronounce Arabic words on the fly

Project description

Arabic Pronunciation

This project is based on the workings of

I just refactored the code and added an api wrapper for it to be used easily through installing a package

Usage

from arabic_pronunciation import phonetise_Arabic

phonetise_Arabic.phonetise_word("بِمُسْتَطِيل")
>>> ['b i0 m u0 s t A T ii0 l']

phonetise_Arabic.phonetise_word("نُتَابِعُهَا")
>>> ['n u0 t aa b i0 E u0 h aa', 'n u0 t aa b i0 E u0 h a']

Tests

  • python -m pytest

Static Dictionary Production

  • Add your corpus to the root of this project
  • python arabic_pronunciation/corpus2cmudict.py -i {corpus_name}.txt -p {corpus_name}
  • It might take long time to for large corpuses and the command line might not show that the process is going on but it is.

Notes

  • Travis auto deployment to Pypi is currenlty not working

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arabic_pronunciation-0.2.3.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

arabic_pronunciation-0.2.3-py3-none-any.whl (1.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page