diff options
-rw-r--r-- | python/refcat/tasks.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 93e4928..17caf96 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -842,8 +842,8 @@ class OpenLibraryEditionsMapped(Refcat): class UnmatchedMapped(Refcat): """ - Map unmatched refs (in release schema) to titles to do approximate title - matches with OL; 35m14.801s. + Map unmatched refs (converted to release schema on the fly) to titles to do + approximate title matches with OL; 35m14.801s. """ def requires(self): return UnmatchedRefs() @@ -866,7 +866,7 @@ class UnmatchedMapped(Refcat): class UnmatchedOpenLibraryMatchTable(Refcat): """ - Run matching and write tabular results to file. + Run matching and write tabular results to file. About 50M rows. """ def requires(self): return { |