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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Learning](https://en.wikipedia.org/wiki/Active_learning_(machine_learning)).
| [hlink](#hlink) | PySpark| :x: | :white_check_mark: | :grey_question: | :x: | :x: | :x: |
| [JedAI](#jedai) | Java | :white_check_mark: | :white_check_mark: | :grey_question: | :white_check_mark: | :grey_question: | :grey_question: |
| [PRIL](#pril) | SQL | :x: | :white_check_mark: | :grey_question: | :grey_question: | :grey_question: | :grey_question: |
| [pyJedAI](#pyjedai) | Python | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
| [Python Record Linkage Toolkit](#python-record-linkage-toolkit) | Python | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
| [RecordLinkage (R)](#recordlinkage-r) | R | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
| [Reclin2](#reclin2) | R | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: |
Expand Down Expand Up @@ -217,6 +218,20 @@ code]](https://github.com/LSHTM-ALPHAnetwork/PIRL_RecordLinkageSoftware)
| Downloads per month | |
| GitHub stars | [![GitHub stars](https://img.shields.io/github/stars/LSHTM-ALPHAnetwork/PIRL_RecordLinkageSoftware.svg?style=social&label=Star)](https://github.com/LSHTM-ALPHAnetwork/PIRL_RecordLinkageSoftware) |

#### [pyJedAI](https://pyjedai.readthedocs.io/)

pyJedAI is an open-source library that leverages Python’s data science ecosystem to build powerful end-to-end Entity Resolution workflows.
[[source code]](https://github.com/AI-team-UoA/pyJedAI/tree/main)

| | |
|---|---|
| License | ![GitHub](https://img.shields.io/github/license/ai-team-uoa/pyJedAI) |
| Language | ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyjedai) |
| Latest release | [![PyPI](https://img.shields.io/pypi/v/pyjedai.svg)](https://pypi.python.org/pypi/pyjedai/) |
| Downloads per month | ![PyPI - Downloads](https://img.shields.io/pypi/dm/pyjedai) |
| GitHub stars | [![GitHub stars](https://img.shields.io/github/stars/ai-team-uoa/pyJedAI.svg?style=social&label=Star)](https://github.com/scify/JedAIToolkit) |


#### [Python Record Linkage Toolkit](https://github.com/J535D165/recordlinkage)

The Python Record Linkage Toolkit is a library to link records in or between
Expand Down