diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-04 00:34:46 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-04 00:34:46 +0200 |
commit | 59c33782bd73da39586b746414f6cd6aa28d1d31 (patch) | |
tree | 74e08cafffe3597e323f8648aa6cb23ce804929e | |
parent | 93d16238ed576ba61c2b0131274dcf9fc077afbf (diff) | |
download | refcat-59c33782bd73da39586b746414f6cd6aa28d1d31.tar.gz refcat-59c33782bd73da39586b746414f6cd6aa28d1d31.zip |
ol fuzzy match stats
-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 { |