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

New Similarity Algorithm to handle SSN / SSN Normalization #5080

Closed
jdar8 opened this issue Jul 12, 2023 · 0 comments · Fixed by #5082
Closed

New Similarity Algorithm to handle SSN / SSN Normalization #5080

jdar8 opened this issue Jul 12, 2023 · 0 comments · Fixed by #5082

Comments

@jdar8
Copy link
Collaborator

jdar8 commented Jul 12, 2023

Describe the issue
A new algorithm for detecting similarity between numeric values. Example:
When a SSN is populated, it can be in one of two formats. One with dashes and one without (eg. 123-45-6789 vs 123456789).
A combination of Numeric and Levenshtein algorithms can be used to remove dashes before measuring similarity.

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

Successfully merging a pull request may close this issue.

1 participant