Skip to main content

Transliteration with Deep Learning

Project description

DeepTranslit: For better transliteration of Indic languages.

Documentation is available at http://bpraneeth.com/docs/deeptranslit

Usage

from deeptranslit import DeepTranslit

transliterator = DeepTranslit('hindi')
# Currently hindi (hi) is the only supported language.

transliterator.transliterate('mai mbbs complete karliya')
[('मैं एमबीबीएस कम्प्लीट करलिया', 4), ('मैं एमबीबीएस कंप्लीट करलिया', 4), ('मैं एमबीबी कम्प्लीट करलिया', 4)]

Notes:

  1. The dataset is created from various sources (translation corpora, wikipedia parallel titles etc..).
  2. Transliteration for low resource languages is not an easy task and will never be perfect. This module is still in beta and not perfect.

TODO:

  1. Add local caching for faster transliteration.
  2. Support for more languages.

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

deeptranslit-1.0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

deeptranslit-1.0.1-py2.py3-none-any.whl (16.2 kB view hashes)

Uploaded Python 2 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