akshaynagpal / w2n

Convert number words (eg. twenty one) to numeric digits (21)
http://w2n.readthedocs.io
MIT License
167 stars 78 forks source link

Error case #38

Open saiprabhakar opened 5 years ago

saiprabhakar commented 5 years ago

w2n.word_to_num("hundred and twenty") returns -> 2000 Expected -> 120

akshaynagpal commented 5 years ago

Thanks for pointing this out. I will look into this ASAP.