resolve_match: Resolve match (source and one match).

Description Usage Arguments Details Value

Description

Inspects source-match pair to see if can auto-determine if valid match or not.

Usage

1
resolve_match(source_term, match_term)

Arguments

source_term

The term selected for testing against similar terms.

match_term

A term identified as similar.

Details

The heart of the auto-resolver, this function contains the logic for evaluating a single source–match pair of strings.

Value

Returns a list specifying which term was selected as the source ("source"), which term (if either) was selected as the match ("match"), and whether the pair was considered auto-resolved or needs manual attention ("auto_accept").


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