Skip to main content

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)

Uploaded Source

File details

Details for the file text-unidecode-0.1.tar.gz.

File metadata

File hashes

Hashes for text-unidecode-0.1.tar.gz
Algorithm Hash digest
SHA256 0b10de27e5fb13f86b24d0430b7428535e67dae1206e7d14608aa25924cab3a7
MD5 62164aceabfe6a9b028f0d24e8932006
BLAKE2b-256 90f13fb857f0e552f909c378ceba8184d7bf0b920a01f86ff6deb5a402ae6bfe

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