Russian Numerals 0.2b0 | Coderz Repository

russian-numerals 0.2b0

Last updated:

0 purchases

russian-numerals 0.2b0 Image
russian-numerals 0.2b0 Images

Free

Languages

Categories

Add to Cart

Description:

russiannumerals 0.2b0

Пакет Python для работы с количественными числительными русского языка.

Установка
pip install russian-numerals
# or
pip install git+https://gitlab.com/djbaldey/russian-numerals.git@master#egg=russian-numerals


Использование в консоли
russian-numerals "1234567890"
russian-numerals --handler=tons "1234567890.123456"
russian-numerals "восемь девятьсот двадцать четыре шестьсот сорок четыре девяносто девять сорок четыре"
russian-numerals --help


Использование в коде Python
from russian_numerals import prepare

print(prepare("1234567890"))
print(prepare("1234567890.123456", "tons"))
print(prepare("восемь девятьсот двадцать четыре шестьсот сорок четыре девяносто девять сорок четыре"))

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.