From 59c33782bd73da39586b746414f6cd6aa28d1d31 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 4 Jun 2021 00:34:46 +0200 Subject: ol fuzzy match stats --- python/refcat/tasks.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 7364df1..f3ce893 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -964,6 +964,12 @@ class UnmatchedOpenLibraryMatchTable(Refcat): Run matching and write tabular results to file. Total rows: 139507963, exact/strong matches: 11777185. + + 93924122 different + 33779488 ambiguous + 11670030 strong + 107155 exact + """ def requires(self): return { -- cgit v1.2.3