LICENSE
README.md
setup.py
rezolva/__init__.py
rezolva.egg-info/PKG-INFO
rezolva.egg-info/SOURCES.txt
rezolva.egg-info/dependency_links.txt
rezolva.egg-info/top_level.txt
rezolva/blockers/__init__.py
rezolva/blockers/canopy_blocker.py
rezolva/blockers/lsh_blocker.py
rezolva/blockers/q_gram_blocker.py
rezolva/blockers/simple_blocker.py
rezolva/blockers/sorted_neighborhood_blocker.py
rezolva/blockers/suffix_array_blocker.py
rezolva/clusters/__init__.py
rezolva/clusters/hierarchical_cluster.py
rezolva/core/__init__.py
rezolva/core/base.py
rezolva/core/resolver.py
rezolva/data_handlers/__init__.py
rezolva/data_handlers/csv_handlers.py
rezolva/data_handlers/json_handlers.py
rezolva/data_handlers/pickle_handlers.py
rezolva/matchers/__init__.py
rezolva/matchers/base_matcher.py
rezolva/matchers/bayesian_matcher.py
rezolva/matchers/cosine_similarity_matcher.py
rezolva/matchers/decision_tree_matcher.py
rezolva/matchers/jaccard_matcher.py
rezolva/matchers/jaro_winkler_matcher.py
rezolva/matchers/levenshtein_matcher.py
rezolva/matchers/minhash_matcher.py
rezolva/matchers/tfidf_matcher.py
rezolva/model_builders/__init__.py
rezolva/model_builders/inverted_index_model_builder.py
rezolva/model_builders/phonetic_model_builder.py
rezolva/model_builders/simple_model_builder.py
rezolva/model_builders/simple_vector_model_builder.py
rezolva/preprocessors/__init__.py
rezolva/preprocessors/preprocessing_functions.py
rezolva/preprocessors/simple_preprocessor.py
rezolva/utils/__init__.py
rezolva/utils/evaluation.py
rezolva/utils/visualization.py
test/__init__.py
test/test_e2e.py
test/blockers/__init__.py
test/blockers/test_canopy_blocker.py
test/blockers/test_lsh_blocker.py
test/blockers/test_q_gram_blocker.py
test/blockers/test_simple_blocker.py
test/blockers/test_sorted_neighborhood_blocker.py
test/blockers/test_suffix_array_blocker.py
test/clusters/__init__.py
test/clusters/test_hierarchical_cluster.py
test/core/__init__.py
test/core/test_base.py
test/core/test_resolver.py
test/data_handlers/__init__.py
test/data_handlers/test_csv_handlers.py
test/data_handlers/test_json_handlers.py
test/data_handlers/test_pickle_handlers.py
test/matchers/__init__.py
test/matchers/test_base_matcher.py
test/matchers/test_bayesian_matcher.py
test/matchers/test_cosine_similarity_matcher.py
test/matchers/test_decision_tree_matcher.py
test/matchers/test_jaccard_matcher.py
test/matchers/test_jaro_winkler_matcher.py
test/matchers/test_levenshtein_matcher.py
test/matchers/test_minhash_matcher.py
test/matchers/test_tfidf_matcher.py
test/model_builders/__init__.py
test/model_builders/test_inverted_index_model_builder.py
test/model_builders/test_phonetic_model_builder.py
test/model_builders/test_simple_model_builder.py
test/model_builders/test_simple_vector_model_builder.py
test/preprocessors/__init__.py
test/preprocessors/test_preprocessing_functions.py
test/preprocessors/test_simple_preprocessor.py
test/utils/__init__.py
test/utils/test_evaluation.py
test/utils/test_visualization.py