Skip to main content

Python transliteration library

Project description

# lang-trans

[![License](https://img.shields.io/badge/License-Apache_2-0BDA51.svg?style=plastic)](http://www.apache.org/licenses/LICENSE-2.0)
[![PyPI](https://img.shields.io/pypi/v/lang-trans.svg?style=plastic)](https://pypi.python.org/pypi/lang-trans)
[![Downloads](https://img.shields.io/pypi/dm/lang-trans.svg?style=plastic)](https://pypi.org/project/lang-trans/)
[![Python version](https://img.shields.io/pypi/pyversions/lang-trans.svg?style=plastic)](https://pypi.org/project/lang-trans/)
[![Travis](https://img.shields.io/travis/kariminf/lang-trans.svg?style=plastic)](https://travis-ci.org/kariminf/lang-trans)
[![Codecov](https://img.shields.io/codecov/c/github/kariminf/lang-trans.svg?style=plastic)](https://codecov.io/gh/kariminf/lang-trans)

Python transliteration library (mostly from non-latin scripts, such as Arabic, Japanese, etc.)

## Use

Here an example of using Buckwalter transliteration for Arabic:
```python
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from lang_trans.arabic import buckwalter

print buckwalter.transliterate(u'هذا البرنامج يعطينا نطق الحروف')
print buckwalter.untransliterate('h*A AlbrnAmj yETynA nTq AlHrwf')
```

abbreviated methods:
- transliterate(text): trans(text)
- untransliterate(text): untrans(text)

## Available transliterators

- arabic
- buckwalter
- arabtex
- iso233

- japanese
- hepburn
- nihonshiki
- kunreishiki

## Similar projects


## License

Copyright (C) 2017-2018 Abdelkrime Aries (kariminfo0@gmail.com)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

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

lang-trans-0.6.0.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file lang-trans-0.6.0.tar.gz.

File metadata

  • Download URL: lang-trans-0.6.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3

File hashes

Hashes for lang-trans-0.6.0.tar.gz
Algorithm Hash digest
SHA256 29683718ba179d3b95e77cac10e91ef2087de1207b9ab054e52c2296af02637b
MD5 5a0c50147bfbd40e30fde9a13f5ef6d8
BLAKE2b-256 75b5bc6d01112d8228e9acb45bfe0694c77bc8027144b4b8c297763ffdf6373e

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