Use a custom comparator for ID numbers and DOBs
Open
- Dominant language
- Jupyter Notebook
- Stars
- 43
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
In dedupe's logs, it reports:
```txt
INFO:dedupe.index:Removing stop word 47
INFO:dedupe.index:Removing stop word 9-
INFO:dedupe.index:Removing stop word 25
```
We're using String comparisons for both SSN and DOB — it shouldn't be removing any aspect of either as a stop word.
Contributor guide
Assessment
This issue has not been assessed yet.