LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
dedupe/__init__.py
dedupe/_typing.py
dedupe/api.py
dedupe/backport.py
dedupe/blocking.py
dedupe/branch_and_bound.py
dedupe/canonical.py
dedupe/canopy_index.py
dedupe/clustering.py
dedupe/convenience.py
dedupe/core.py
dedupe/cpredicates.c
dedupe/cpredicates.pyx
dedupe/datamodel.py
dedupe/index.py
dedupe/labeler.py
dedupe/levenshtein.py
dedupe/predicate_functions.py
dedupe/predicates.py
dedupe/py.typed
dedupe/serializer.py
dedupe/tfidf.py
dedupe/training.py
dedupe.egg-info/PKG-INFO
dedupe.egg-info/SOURCES.txt
dedupe.egg-info/dependency_links.txt
dedupe.egg-info/requires.txt
dedupe.egg-info/top_level.txt
dedupe/variables/__init__.py
dedupe/variables/base.py
dedupe/variables/categorical_type.py
dedupe/variables/exact.py
dedupe/variables/exists.py
dedupe/variables/interaction.py
dedupe/variables/latlong.py
dedupe/variables/price.py
dedupe/variables/set.py
dedupe/variables/string.py
tests/test_api.py
tests/test_blocking.py
tests/test_canonical.py
tests/test_core.py
tests/test_cpredicates.py
tests/test_dedupe.py
tests/test_exists.py
tests/test_labeler.py
tests/test_predicate_functions.py
tests/test_predicates.py
tests/test_price.py
tests/test_serializer.py
tests/test_tfidf.py
tests/test_training.py