dedupeio / dedupe-examples

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

Gazetteer example throws error #88

Closed Sergun69 closed 4 years ago

Sergun69 commented 5 years ago

When I try to change n_matches parameter to None or other int number then "1" I get error: Traceback (most recent call last): File "gazetteer_example.py", line 169, in for cluster_id, (row,) in enumerate(results): Value Error: too many values to unpack (expected 1). Is it any possibility to return all/n matches with gazetteer class?