akshaynagpal / w2n

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

one hundred AND twenty #55

Closed yzhang123 closed 3 years ago

yzhang123 commented 3 years ago

could you add support for AND? e,g, "one hundred AND twenty"

akshaynagpal commented 3 years ago

and is a stop word and would be ignored when given as an input. The resulting number should still print fine. Please reopen if it does not.