aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 88d4473..0fabab6 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1116,7 +1116,11 @@ class BrefZipOpenLibrary(Refcat):
def output(self):
return luigi.LocalTarget(path=self.path(ext="json.zst"), format=Zstd)
+
class OpenLibraryReleaseMapped(Refcat):
+ """
+ OL is small compared to the whole ref corpus, 3m28.841s.
+ """
mapper = luigi.Parameter(default="isbn", description="mapper short name")
def requires(self):
@@ -1137,6 +1141,7 @@ class OpenLibraryReleaseMapped(Refcat):
def output(self):
return luigi.LocalTarget(path=self.path(ext="tsv.zst"), format=Zstd)
+
#
# Combined Bref File
#