Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixing between digits and character number #65

Open
MarwaMohammad opened this issue Apr 20, 2021 · 2 comments
Open

Mixing between digits and character number #65

MarwaMohammad opened this issue Apr 20, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@MarwaMohammad
Copy link

Thank you for your package: but there is a case which wasn't handled, the case of mixing the numbers and characters.

I tried this:
1- print(parse_number("2.4 million"))
It gives None

2- parse_ordinal("2.4 million")
It gave None

3- parse("2.4 million")
It gave me : 2.4 1000000

My expectation is to give me 2400000 or 2.4*10**6

@Gallaecio Gallaecio added the enhancement New feature or request label Apr 20, 2021
@kailash360
Copy link

@Gallaecio, can I work on this issue?

@Gallaecio
Copy link
Member

@kailash360 Please, go ahead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants