Skip to main content

Transliteration tools to convert text in one indic script encoding to another

Project description

Indic transliteration tools

Build Status Documentation Status

For users

  • Docs.

  • For detailed examples and help, please see individual module files in this package.

Installation or upgrade:

  • sudo pip install indic_transliteration -U

  • sudo pip install git+https://github.com/sanskrit-coders/indic_transliteration/@master -U

  • Web.

Usage

In [1]: from indic_transliteration import sanscript
   ...: from indic_transliteration.sanscript import SchemeMap, SCHEMES, transliterate
   ...:

In [2]: data = 'idam adbhutam'

In [3]: print(transliterate(data, sanscript.HK, sanscript.TELUGU))
ఇదమ్ అద్భుతమ్

In [4]: print(transliterate(data, sanscript.ITRANS, sanscript.DEVANAGARI))
इदम् अद्भुतम्

In [5]: scheme_map = SchemeMap(SCHEMES[sanscript.VELTHUIS], SCHEMES[sanscript.TELUGU])

In [6]: print(transliterate(data, scheme_map=scheme_map))
ఇదమ్ అద్భుతమ్

For contributors

Contact

Have a problem or question? Please head to github.

Packaging

  • ~/.pypirc should have your pypi login credentials.

python setup.py bdist_wheel
twine upload dist/* --skip-existing

Project details


Release history Release notifications | RSS feed

This version

1.6.5

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

indic_transliteration-1.6.5-py3.7.egg (84.6 kB view details)

Uploaded Source

indic_transliteration-1.6.5-py2.py3-none-any.whl (41.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file indic_transliteration-1.6.5-py3.7.egg.

File metadata

  • Download URL: indic_transliteration-1.6.5-py3.7.egg
  • Upload date:
  • Size: 84.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for indic_transliteration-1.6.5-py3.7.egg
Algorithm Hash digest
SHA256 50d59fc96afa8e66ec2d1c8b46a276027b68b76ae24a77f0a6d92656b970b43f
MD5 20bb749dcea4faf42bedb0d63a8edfb6
BLAKE2b-256 c2009fb405d433f1adc6e8531c7f75c0ec55dc2acbab2230503ab25829f0ba3a

See more details on using hashes here.

File details

Details for the file indic_transliteration-1.6.5-py2.py3-none-any.whl.

File metadata

  • Download URL: indic_transliteration-1.6.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 41.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.0

File hashes

Hashes for indic_transliteration-1.6.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 187e94f194a7106f3216c6e71ff229abc622747b881f4ba5b204fed48676cdee
MD5 b13f3d3d9139f9274c083d025bb446a5
BLAKE2b-256 5dce9d5b735077d04004d87c05a9cb6936de40fdba11e88f3d5c11e9d32aed65

See more details on using hashes here.

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