0 purchases
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("восемь девятьсот двадцать четыре шестьсот сорок четыре девяносто девять сорок четыре"))
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.