Closed pckhoi closed 3 years ago
Matcher right now can only provide matches between 2 frames. If given only one frame it should deduplicate instead. The usage syntax will change a bit.
When matching 2 frames:
matcher = ThresholdMatcher(index, fields, dfa, dfb)
When deduplicating:
matcher = ThresholdMatcher(index, fields, df)
Matcher right now can only provide matches between 2 frames. If given only one frame it should deduplicate instead. The usage syntax will change a bit.
When matching 2 frames:
When deduplicating: