Skip to main content

A small library to convert text numbers to digits in a string; customized

Project description

Disclaimer and acknowledgement

This code is forked from https://github.com/ShailChoksi/text2digits He is the original author and maintainer of the source code. Kudos and thanks for the contribution. This is a custom fork meant for a specific use case with small changes on top of the original repo.

Installation

pip3 install text2digits_custom

Usage

Python 3 only!

from text2digits import text2digits
t2d = text2digits.Text2Digits()
t2d.convert("twenty ten and twenty one")
> 2010 and 21

It can handle a variety of phrases. Spoken/Informal and formal language:

"A random string" -> 'A random string'
"I am thirty six years old with a child that is four. I would like to get him four cars!" -> 'I am 36 years old with a child that is 4. I would like to get him 4 cars!'
"I was born in twenty ten" -> 'I was born in 2010'
"I was born in nineteen sixty four" -> 'I was born in 1964'
"I am the fourth cousin" -> 'I am the 4 cousin'
"I am twenty nine" -> 'I am 29'
"it was twenty ten and was negative thirty seven degrees" -> 'it was 2010 and was negative 37 degrees'
"thirty twenty one" -> '3021'
"one thousand six hundred sixty six" -> '1666'
"one thousand and six hundred and sixty six" -> '1666'
"sixteen sixty six" -> '1666'
"eleven hundred twelve" -> '1112'
"Sixteen and seven" -> '16 and 7'
"twenty ten and twenty one" -> '2010 and 21'
"I was born in nineteen ninety two and am twenty six years old!" -> 'I was born in 1992 and am 26 years old!'
"three forty five" -> '345'

I find this useful if using Alexa/Lex to convert audio to text and have to convert the text to digits.

Improvements/Issues

  • Still need to add support for decimal numbers
  • Need to add support for negative numbers

Acknowledgements

I have heavily used code from the SO answers from here: https://stackoverflow.com/questions/493174/is-there-a-way-to-convert-number-words-to-integers and improved upon them

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

text2digits_custom-0.0.9.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

text2digits_custom-0.0.9-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file text2digits_custom-0.0.9.tar.gz.

File metadata

  • Download URL: text2digits_custom-0.0.9.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5

File hashes

Hashes for text2digits_custom-0.0.9.tar.gz
Algorithm Hash digest
SHA256 a7ec528e957a6f0dccbf82ad253ed2c697dfa694e46b02280ebe579c6dcfb60b
MD5 f2a50f81626738610c6519963b47aa66
BLAKE2b-256 c61ec46661f66ae7dfc2fbd26a7a29724a3ddf1addd94dc47571b242cf74b391

See more details on using hashes here.

File details

Details for the file text2digits_custom-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: text2digits_custom-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5

File hashes

Hashes for text2digits_custom-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 317974c4b3db6a5990927d44f513bafc67aa4c90fc2fc3b64d404e6a02052823
MD5 291b79f573d5c0a4da6dfaeedd55a494
BLAKE2b-256 ab1267a0a51c855e0efd405932f0ed85ccda220501e29c59a2a414d423554961

See more details on using hashes here.

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