functionally removing case b from the matchsets
authorShawn Boyette <sboyette@esilibrary.com>
Mon, 3 Nov 2008 18:21:53 +0000 (18:21 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Mon, 3 Nov 2008 18:21:53 +0000 (18:21 +0000)
fingerprinter

index 06f62f7..b87c59a 100755 (executable)
@@ -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},