Transliteration tools to convert text in one indic script encoding to another
Project description
Indic transliteration tools
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))
ఇదమ్ అద్భుతమ్
Optitrans extension
Optitransv1 is described in this page. OPTITRANS, while staying close to ITRANS it provides a more intuitive transliteration compared to ITRANS (shankara manju - शङ्कर मञ्जु).
assert sanscript.optitrans_to_itrans("shankara") == "sha~Nkara" assert sanscript.itrans_to_optitrans("sha~Nkara") == "shankara"
Dravidian language extension
In [1]: from indic_transliteration import xsanscript
...: from indic_transliteration.xsanscript import SchemeMap, SCHEMES, transliterate
...:
In [2]: data = 'असय औषधिः ग्रन्थः। ऎ ऒ यॆक्ककॊ?'
In [3]: print(transliterate(data, xsanscript.DEVANAGARI, xsanscript.KANNADA))
ಅಸಯ ಔಷಧಿಃ ಗ್ರನ್ಥಃ। ಎ ಒ ಯೆಕ್ಕಕೊ?
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
Testing
Run pytest in the root directory.
Auxiliary tools
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
File details
Details for the file indic_transliteration-1.6.6-py2.py3-none-any.whl
.
File metadata
- Download URL: indic_transliteration-1.6.6-py2.py3-none-any.whl
- Upload date:
- Size: 41.8 kB
- Tags: Python 2, Python 3
- 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a279750f9e82d3ec18e3d44feb7afcc34d1085162ca7eee0bc605979079bb8b |
|
MD5 | b29db30952b702214f7907c917d78988 |
|
BLAKE2b-256 | ef4aaf739b045d22c522644dcb5a6eb8e9bf478639a8c7dcb58e33258873053b |