diff options
-rw-r--r-- | python/refcat/tasks.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |