Skip to content

The most basic Text::Unidecode port (licensed under Artistic License)

Notifications You must be signed in to change notification settings

05bit/text-unidecode

 
 

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 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 tekst'

About

The most basic Text::Unidecode port (licensed under Artistic License)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.8%
  • Perl 8.2%