dedupeio / dedupe-examples

:id: Examples for using the dedupe library
MIT License
404 stars 216 forks source link

Fixing typo in gazetteer_example.py #133

Closed jmiller558 closed 1 year ago

jmiller558 commented 1 year ago

Fixing typo in gazetteer_example.py

For loop should either use enumerate for the cluster_id, or else should set cluster_id to 0 and then increment on each loop.

Current code has both resulting in incorrect cluster_ids