├── LICENSE ├── README.md ├── blocking_utils.py ├── configurations.py ├── deep_blocker.py ├── dl_models.py ├── main.py ├── requirements.txt ├── tuple_embedding_models.py └── vector_pairing_models.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcri/DeepBlocker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcri/DeepBlocker/HEAD/README.md -------------------------------------------------------------------------------- /blocking_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcri/DeepBlocker/HEAD/blocking_utils.py -------------------------------------------------------------------------------- /configurations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcri/DeepBlocker/HEAD/configurations.py -------------------------------------------------------------------------------- /deep_blocker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcri/DeepBlocker/HEAD/deep_blocker.py -------------------------------------------------------------------------------- /dl_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcri/DeepBlocker/HEAD/dl_models.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcri/DeepBlocker/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcri/DeepBlocker/HEAD/requirements.txt -------------------------------------------------------------------------------- /tuple_embedding_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcri/DeepBlocker/HEAD/tuple_embedding_models.py -------------------------------------------------------------------------------- /vector_pairing_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcri/DeepBlocker/HEAD/vector_pairing_models.py --------------------------------------------------------------------------------