Skip to main content

Converts text to integers

Project description

The package is used to convert texts to integers. You can use the below examples to get started

pip install text2integer

from text_2_integer.t2i import text_2_integer

ti = text_2_integer.text_2_int()

ti.text2int("five lakh",scales_use='hi') #500000 ti.text2int("paanch lakh",scales_use='hi') #500000

ti.text2int("nine point five lakh",scales_use='hi') #950000

ti.text2int("paanch hazaar",scales_use='hi') #5000

We support hindi/english languages and the work is in developmental phase

License

MIT License License: MIT + file text_2_integer.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

text2integer-0.1.5.tar.gz (1.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page