Python API: import goldenmatch as gm -- 95 exports #6
Ben Severn (benzsevern)
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Python API: All Features from a Single Import
All GoldenMatch features are now accessible from a single import:
This exposes 95 public exports covering the full pipeline -- from zero-config deduplication to advanced probabilistic matching, LLM-assisted scoring, and privacy-preserving record linkage.
Quick Start: Zero-Config Dedupe
Two-Source Matching
Advanced: Custom Matchkeys + LLM Scoring
Privacy-Preserving Linkage (PPRL)
Key Modules Available
run_pipeline,dedupe,match,match_oneGoldenMatchConfig,MatchKeyConfig,LLMScorerConfig,BudgetConfigfind_fuzzy_matches,find_exact_matches,score_blocks_parallelbuild_clusters,unmerge_record,unmerge_clustertrain_em,score_probabilisticgenerate_blocking_key,LearnedBlockerStreamProcessor,match_one,add_to_clusterexplain_pair_nl,explain_cluster_nl,build_lineagebloom_filtertransform,dice/jaccardscorersllm_score_pairs,BudgetTrackerFull list:
print(gm.__all__)Feedback and questions welcome!
All reactions