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
In my opinion the followings should not be treated as number.
>>> from word2number import w2n
>>> w2n.word_to_num('at least five million.')
5
>>> w2n.word_to_num('ten years later')
10
>>> w2n.word_to_num('two men and three women')
5
The text was updated successfully, but these errors were encountered:
In my opinion the followings should not be treated as number.
The text was updated successfully, but these errors were encountered: