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 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.1.tar.gz
(76.8 kB
view details)
Built Distribution
File details
Details for the file text-unidecode-1.1.tar.gz
.
File metadata
- Download URL: text-unidecode-1.1.tar.gz
- Upload date:
- Size: 76.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0afd5e8a7ac69bfb1372e1bbfa3c63c22e3db8ae1284690e96b45c4430d08d0 |
|
MD5 | 5531dc2cb5e0b41f82d68d95722a050d |
|
BLAKE2b-256 | a5bc9e29439810c6cbac653edb5e4cdd58c719657aff47c9958f7a7e41271aff |
Provenance
File details
Details for the file text_unidecode-1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: text_unidecode-1.1-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 | 02efd86b9c0f489f858d8cead62e94d3760dab444054b258734716f7602330a3 |
|
MD5 | 024a6677d45258a2622fa7361d75a8d9 |
|
BLAKE2b-256 | 8318f0f7260db475aa6a546684e4536305bc2b4db85329d2a05dac5553cfe153 |