diff options
-rw-r--r-- | python/README_import.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/README_import.md b/python/README_import.md index 38064a97..d3bbaddd 100644 --- a/python/README_import.md +++ b/python/README_import.md @@ -61,3 +61,5 @@ Unknown speed! # ... but do on the second zcat /srv/fatcat/datasets/2018-08-27-2352.17-matchcrossref.insertable.json.gz | pv -l | time parallel -j12 --round-robin --pipe ./fatcat_import.py import-matched - + # GROBID extracted (release+file) + time zcat /srv/fatcat/datasets/2018-09-23-0405.30-dumpgrobidmetainsertable.longtail_join.filtered.tsv.gz | pv -l | time parallel -j12 --round-robin --pipe ./fatcat_import.py import-grobid-metadata - |