akshaynagpal / w2n

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

module 'word2number' has no attribute 'word_to_num' #49

Closed kareemostafa closed 4 years ago

kareemostafa commented 4 years ago

After installing word2number using pip I get the following message every time I try and use the "word_to_num" function.

module 'word2number' has no attribute 'word_to_num'

Any idea what is causing this?

Thanks in advance,

akshaynagpal commented 4 years ago

Please post sample source code that is not working. Also, refer to examples in readme in case those help you fix the issue.

If it still doesn't work, reopen this with source code example that doesn't work.