Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large numbers like 123456789 incorrectly converted #40

Open
ottokart opened this issue Dec 18, 2020 · 0 comments
Open

Large numbers like 123456789 incorrectly converted #40

ottokart opened this issue Dec 18, 2020 · 0 comments

Comments

@ottokart
Copy link

>>> from text2digits import text2digits
>>> t2d = text2digits.Text2Digits()
>>> t2d.convert("hundred twenty three million four hundred fifty six thousand seven hundred and eighty nine")
'23057289'

Expected output is: 123456789

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant