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
Thanks for the feedback!
How would you write, in plain letters and punctuation, a legitimate "500 and 66 rupees"? I mean, how one can make the difference, in plain letters, between "566 rupees" and "500 and 66 rupees."? So that we can implement some heuristics.
This is a very great package. And I appreciate all the hard work.
s = 'I want five hundred and sixty six rupees'
alpha2digit(s,lang='en')
returns 'I want 500 and 66 rupees'
But the desired output is following:
'I want 566 rupees'
Please suggest any option or work around to make this work efficiently.
Thank You.
The text was updated successfully, but these errors were encountered: