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

Inconsistent Phone number Normalization #49

Open
MartinGaoR opened this issue Feb 16, 2017 · 0 comments
Open

Inconsistent Phone number Normalization #49

MartinGaoR opened this issue Feb 16, 2017 · 0 comments

Comments

@MartinGaoR
Copy link

1
Input Number: 840938816460
CountryCode: VN
Output Number : 84938816460 (Vietnam number)
2
Input Number: 65082666437
CountryCode: SG
Output Number 65082666437 (expecting 6582666437, Singapore Number)
3
Input Number: 6582666437-0S0O0MEOTHERTAG
CountryCode: SG
Output Number: 6582666437000 (expecting error as it is not a number at all)

Generally there are 2 problems in this issues, 1. inconsistent results comparing test case 1 and 2.
2. The normalizer might have some false positive. Thanks~

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

No branches or pull requests

1 participant