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

Partially Fixed - Bug: Throws NumOutOfRangeError for numbers longer than 36 digits #20 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

divyanx
Copy link

@divyanx divyanx commented Aug 19, 2021

Now for numbers bigger than 36 digits, g2 will break and call g2p digit wise. This is not the ultimate solution but is somewhat parallel to how humans pronounce very big numbers.

Fixed issue - #20

For numbers with more than 36 digits G2P will be throwing error due to some external module. The walk around will break the digits and will call G2P on each digits only.
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

Successfully merging this pull request may close these issues.

1 participant