resolve_all_match_sets: Resolve match (list of source-match sets).

Description Usage Arguments Details Value

Description

Attempts to resolve each of a collection of match sets.

Usage

1
resolve_all_match_sets(match_set_list)

Arguments

match_set_list

Details

Takes a list of match sets, applies resolve_match_set to each, and gathers the results up in a list whose features can be fed to the process_fuzzy_matches function.

Value

Returns a list with two elements. "new_set_list" is a cleaned version of match_set_list. It contains the same number of elements but with the sources and match terms selected by resolve_match_set. "auto_accept_index" is a Boolean index indicating which of the elements in new_set_index can be assumed to be correct matches (and thus do not need manual user review).


datavores/vgsample documentation built on May 14, 2019, 8:59 p.m.