From: Shawn Boyette Date: Mon, 3 Nov 2008 18:21:53 +0000 (+0000) Subject: functionally removing case b from the matchsets X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=5faad6d60fa114773d91ee2c091c101575333146 functionally removing case b from the matchsets --- diff --git a/fingerprinter b/fingerprinter index 06f62f7..b87c59a 100755 --- a/fingerprinter +++ b/fingerprinter @@ -213,6 +213,13 @@ sub dump_fingerprints { } } + +=pod + +Looks like case b isn't a terribly good idea most of the time -- it +will generate many spurious matches in series books in particular. So +for now, simply turning it off. + if ($marc->{edition}) { # case b : edition print OF join("\t", $marc->{id}, "case b", $marc->{item_form}, $marc->{date1}, @@ -220,6 +227,8 @@ sub dump_fingerprints { $marc->{title}, $marc->{edition}), "\n"; } +=cut + if ($marc->{issn}) { # case c : issn print OF join("\t", $marc->{id}, "case c", $marc->{item_form}, $marc->{date1},