Kannada to Latin ISO 15919 (Romanisation) Transliterator.
Project description
om_transliterator is a Python library for transliterating text from Kannada (Knda) unicode script to Latin (Latn) script as per ISO 15919.
Installation
To install om_transliterator with pip, run: pip install om_transliterator
To install om_transliterator from source, first clone the repository and then run: python setup.py install
Basic Usage
Here’s an example of typical usage:
#!/usr/bin/env python from om_transliterator import Transliterator transliterator = Transliterator() transliterated_text = transliterator.knda_to_latn(original_text)
Thanks to
This project is open-sourced by contributions and support from people, including:
Dinesh Shenoy
Prof. Purushothama Bilimale
Srikanth Lakshmanan
Sandesh B Suvarna
Arjun Shetty
License
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 Distribution
File details
Details for the file om_transliterator-0.1.dev0.tar.gz
.
File metadata
- Download URL: om_transliterator-0.1.dev0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/20.10.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76cde334c4b20e16581ee3e798e8bbd6e296ff9231da73b35854943fd7a0cb63 |
|
MD5 | 302b240152cbe7b8664a549ab71fb04f |
|
BLAKE2b-256 | 7654c90fb6b0be1fa81e5269982918b99cd0574001f0e0dae6434cec26541f89 |