Transliteration tools to convert text in one indic script encoding to another
Project description
Indic transliteration tools
Intro
For detailed examples and help, please see individual module files in this package.
Installation or upgrade: * sudo pip2 install indic_transliteration -U * Web.
Transliteration
from indic_transliteration import sanscript
output = sanscript.transliterate('idam adbhutam', sanscript.HK, sanscript.DEVANAGARI)
Script detection
detect.py automatically detects a string’s transliteration scheme:
from indic_transliteration import detect
detect.detect('pitRRIn') == Scheme.ITRANS
detect.detect('pitRRn') == Scheme.HK
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file indic_transliteration-1.3.0-py2.py3-none-any.whl.
File metadata
- Download URL: indic_transliteration-1.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfe1a41a4eeef45411be066bcd2b2a4fb59c17ed50cfefea2447bc7721a1fbbe
|
|
| MD5 |
8656e5c26327d51afde774aa63a5ab57
|
|
| BLAKE2b-256 |
3425c9b6cb38fcf59027d4e14be719ca35170a4391aec586b36aa83800d885e5
|