Kyubyong / g2p

g2p: English Grapheme To Phoneme Conversion
Apache License 2.0
811 stars 128 forks source link

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

Open divyanx opened 3 years ago

divyanx commented 3 years ago

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