You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
In the current version there's only one function available.
from numberize import numberizer
print(
numberizer.replace_numerals_with_numbers(
"""
"сто" - очень простое слово. пятьсот девяносто два миллиона долларов.
девять-восемь, тридцати шести и пяти
"""
)
)
Output:
>>> "100" - очень простое слово. 592000000 долларов.
9-8, 36 и 5