From c8763acfb2504951f0173c2cd249263f8ebf13ae Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 15 Aug 2020 18:39:33 +0200 Subject: include original and normalized name in default shelve (1G) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f498609..d9cfa05 100644 --- a/Makefile +++ b/Makefile @@ -62,3 +62,6 @@ data/container_export.json.gz: ## Download container export data/name_to_issn.json: data/issn.ndj ## Create a name to ISSN mapping (needs an ISSN JSON dump) fuzzycat-issn --make-mapping $^ > $@ + +names.db: data/issn.ndj + fuzzycat-issn --make-shelve -c basic -o names $^ -- cgit v1.2.3