diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-08 00:45:53 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-08 00:45:53 +0200 |
commit | 12cdc4dd15c2acf127f68f115500bf176c143265 (patch) | |
tree | f667bf9fd0be521d1a3c4c5c5e74db358827c57a | |
parent | c2a9476ee5ce96156ac1d5a0b17695a1b15fe3bf (diff) | |
download | refcat-12cdc4dd15c2acf127f68f115500bf176c143265.tar.gz refcat-12cdc4dd15c2acf127f68f115500bf176c143265.zip |
docs: add match count
-rw-r--r-- | python/refcat/tasks.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |