The most basic Text::Unidecode port
Project description
text-unidecode is the most basic port of the Text::Unidecode Perl library.
There are other Python ports of Text::Unidecode (unidecode and isounidecode). unidecode is GPL; isounidecode doesn’t support Python 3 and uses too much memory.
This port is licensed under Artistic License and supports both Python 2.x and 3.x. If you’re OK with GPL, use unidecode (it has better memory usage and better transliteration quality).
Installation
pip install text-unidecode
Usage
>>> from text_unidecode import unidecode >>> unidecode(u'какой-то текст') u'kakoi-to tiekst'
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
text-unidecode-0.1.tar.gz
(73.1 kB
view details)
File details
Details for the file text-unidecode-0.1.tar.gz
.
File metadata
- Download URL: text-unidecode-0.1.tar.gz
- Upload date:
- Size: 73.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b10de27e5fb13f86b24d0430b7428535e67dae1206e7d14608aa25924cab3a7 |
|
MD5 | 62164aceabfe6a9b028f0d24e8932006 |
|
BLAKE2b-256 | 90f13fb857f0e552f909c378ceba8184d7bf0b920a01f86ff6deb5a402ae6bfe |