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

Numbers with separating comma not removed #27

Closed
matwasilewski opened this issue Feb 15, 2020 · 1 comment
Closed

Numbers with separating comma not removed #27

matwasilewski opened this issue Feb 15, 2020 · 1 comment
Labels
Milestone

Comments

@matwasilewski
Copy link
Contributor

matwasilewski commented Feb 15, 2020

>>> import preprocessor as p
>>> p.set_options(p.OPT.NUMBER, )
>>> p.clean('Preprocessor is not so #awesome for tokenizing numbers like 13,000')
''Preprocessor is not so #awesome for removing numbers like ,000''

It should remove numbers like this, too.

@s s added the bug label May 23, 2020
@s s added this to the v0.6.0 milestone May 23, 2020
@s
Copy link
Owner

s commented May 23, 2020

Fixed in v.0.6.0

@s s closed this as completed May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants