From 12cdc4dd15c2acf127f68f115500bf176c143265 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 8 Jun 2021 00:45:53 +0200 Subject: docs: add match count --- python/refcat/tasks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index a710b72..48920e3 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1116,7 +1116,8 @@ class UnmatchedOpenLibraryMatchTable(Refcat): class BrefZipOpenLibrary(Refcat): """ - Export fuzzy matches to open library targets. 178m23.701s. + Export fuzzy matches to open library targets. 178m23.701s, finds 11777185 + matches; but many false negatives. """ def requires(self): return { -- cgit v1.2.3