Changes

Jump to: navigation, search

HAMR: Human/Authority Metadata Reconciliation

91 bytes added, 21:33, 7 February 2011
Draft Matching Algorithm
<pre>
function compareRecords(localDubCore, authDubCore)
recordMatches = []
for each element-type:
loc = array of local values
// 0 value="Benson, Arnold", match="", strength=""
// 1 value="Terrence, D.", match="a2[3]", strength="100%"
elementMatches = compareElements(loc, auth) recordMatches.add(elementMatches)
12
edits

Navigation menu