Closed nmorel closed 7 months ago
Hello,
I'm using your package and the alpha2digit method on english text. The following text returns a wrong value : forty five hundred thirty dollars and ninety cents => 45 130 dollars and 90 cents I'm expecting the following : 4530 dollars and 90 cents
forty five hundred thirty dollars and ninety cents
45 130 dollars and 90 cents
4530 dollars and 90 cents
I'm unfamiliar with python codebase but if you can point me how to run unit test, I can try to submit a PR.
Hello,
I'm using your package and the alpha2digit method on english text. The following text returns a wrong value :
forty five hundred thirty dollars and ninety cents
=>45 130 dollars and 90 cents
I'm expecting the following :
4530 dollars and 90 cents