0

What is the best way to parse non-digit strings e.g. "twenty two"->22 to integer or double values in python ? Especially what is the best way to detect that region if there are additional words in a sentence.

Thanks

halidziya
  • 80
  • 8

1 Answers1

-1

https://github.com/akshaynagpal/w2n this has pip install

Original Comment here https://stackoverflow.com/a/34569447

Sandeep
  • 119
  • 1
  • 8