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 uses too much memory, and it didn’t support Python 3 when this package was created.
This port is licensed under Artistic License and supports Python 2.7 and 3.3+. 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 tekst'
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-1.2.tar.gz
(76.9 kB
view details)
Built Distribution
File details
Details for the file text-unidecode-1.2.tar.gz
.
File metadata
- Download URL: text-unidecode-1.2.tar.gz
- Upload date:
- Size: 76.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a1375bb2ba7968740508ae38d92e1f889a0832913cb1c447d5e2046061a396d |
|
MD5 | af781f1268527a039bf7b2935a20e6b9 |
|
BLAKE2b-256 | f0a240adaae7cbdd007fb12777e550b5ce344b56189921b9f70f37084c021ca4 |
Provenance
File details
Details for the file text_unidecode-1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: text_unidecode-1.2-py2.py3-none-any.whl
- Upload date:
- Size: 77.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 801e38bd550b943563660a91de8d4b6fa5df60a542be9093f7abf819f86050cc |
|
MD5 | fde3074c2cb8cb7277d814dba033f835 |
|
BLAKE2b-256 | 7942d717cc2b4520fb09e45b344b1b0b4e81aa672001dd128c180fabc655c341 |