Skip to content

The most basic Text::Unidecode port (licensed under Artistic License or GPL or GPLv2+ - choose whatever you want)

License

Notifications You must be signed in to change notification settings

kmike/text-unidecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
Feb 22, 2018
Aug 13, 2015
Aug 30, 2019
Aug 30, 2019
Nov 4, 2017
Aug 30, 2019
Nov 27, 2012
Nov 4, 2017
Aug 30, 2019
Aug 13, 2015
Aug 30, 2019

Repository files navigation

Text-Unidecode

Build Status

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.

You can redistribute it and/or modify this port under the terms of either:

If you're OK with GPL-only, use unidecode (it has better memory usage and better transliteration quality).

text-unidecode supports Python 2.7 and 3.4+.

Installation

pip install text-unidecode

Usage

>>> from text_unidecode import unidecode
>>> unidecode(u'какой-то текст')
'kakoi-to tekst'

About

The most basic Text::Unidecode port (licensed under Artistic License or GPL or GPLv2+ - choose whatever you want)

Resources

License

Stars

Watchers

Forks

Packages

No packages published