LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
namematch/__init__.py
namematch/base.py
namematch/block.py
namematch/cli.py
namematch/cluster.py
namematch/comparison_functions.py
namematch/default_constraints.py
namematch/default_parameters.yaml
namematch/fit_model.py
namematch/generate_data_rows.py
namematch/generate_must_links.py
namematch/generate_output.py
namematch/generate_report.py
namematch/matching_report.ipynb
namematch/model_evaluation_functions.py
namematch/namematcher.py
namematch/predict.py
namematch/process_input_data.py
namematch.egg-info/PKG-INFO
namematch.egg-info/SOURCES.txt
namematch.egg-info/dependency_links.txt
namematch.egg-info/entry_points.txt
namematch.egg-info/requires.txt
namematch.egg-info/top_level.txt
namematch/data_structures/__init__.py
namematch/data_structures/data_file.py
namematch/data_structures/parameters.py
namematch/data_structures/schema.py
namematch/data_structures/variable.py
namematch/name_probability/__init__.py
namematch/name_probability/counter.py
namematch/name_probability/nm_prob.py
namematch/name_probability/ss_data.pkl
namematch/utils/__init__.py
namematch/utils/logging_config.yaml
namematch/utils/profiler.py
namematch/utils/utils.py
requirement/dev.txt
requirement/main.txt
tests/__init__.py
tests/conftest.py
tests/utils.py
tests/unit/__init__.py
tests/unit/test_block.py
tests/unit/test_cluster.py
tests/unit/test_comparison_functions.py
tests/unit/test_fit_model.py
tests/unit/test_generate_data_rows.py
tests/unit/test_generate_must_link_pairs.py
tests/unit/test_model_evaluation_functions.py
tests/unit/test_namematcher.py
tests/unit/test_predict.py
tests/unit/test_process_config.py
tests/unit/test_process_input_data.py
tests/unit/test_utils.py