Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 458 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 458 Bytes

RusTranslit

Installation

Build module

git clone https://github.com/maryszmary/RusTranslit
cd RusTranslit
pip install -e .

Usage

Example code:

from rus_translit import transliterate

transliterate('is this a real life? is this just fantasy?')

Example output:

'из зис а рил лайф? из зис джаст фентеси?'

Authors

  • Maria Sheyanova @maryszmary
  • Anna Nikolaeva @annnyway