Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ For example, are these records the same person? Record Linkage is how you make t
- ebLink for Python: https://github.com/aldengolab/graphical-record-linkage (2016, 4) (Python wrapper for ebLink)
- anonlink: anonymous linkage using cryptographic linkage keys https://github.com/n1analytics/anonlink (2018, 3)
- Entity Embed: scalable Record Linkage using Approximate Nearest Neighbors: https://github.com/vintasoftware/entity-embed/ (2021, 16)
- splink: https://github.com/moj-analytical-services/splink (2022, 221). Can execute jobs against Python, Spark or AWS Athena backends

### Java
- Duke: https://github.com/larsga/Duke (2016, 469)
Expand All @@ -58,9 +59,6 @@ For example, are these records the same person? Record Linkage is how you make t
- fastLink: https://github.com/kosukeimai/fastLink (2017, 47)
- ebLink: https://github.com/resteorts/ebLink (2016, 6)

### Spark
- splink: https://github.com/moj-analytical-services/splink (2020, 9)

### Other
- OpenRecLink: http://reclink.sourceforge.net/ (2016)
- C++ with GUI
Expand Down