diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-03-24 23:44:05 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-03-24 23:44:05 +0100 |
commit | e82e7a4bc83608efaa421e2e2a4f3dd302cefb81 (patch) | |
tree | 1bdafed9e87870ce9a5688fa73237868e7d8d054 /python/notes | |
parent | 5792e2af331f1c9119d528b7b7c898787cd40635 (diff) | |
download | refcat-e82e7a4bc83608efaa421e2e2a4f3dd302cefb81.tar.gz refcat-e82e7a4bc83608efaa421e2e2a4f3dd302cefb81.zip |
update notes
Diffstat (limited to 'python/notes')
-rw-r--r-- | python/notes/version_3.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/notes/version_3.md b/python/notes/version_3.md index c28e1e6..4f165f0 100644 --- a/python/notes/version_3.md +++ b/python/notes/version_3.md @@ -191,3 +191,11 @@ slightly. anystyle seems to be a smaller codebase overall. Grobid has an api and various modes. Note-to-self: Run a comparison between wapiti based citation extractors. + +---- + +``` +$ time zstdcat -T0 /magna/refcat/UnmatchedRefs/date-2021-02-20.json.zst | LC_ALL=C wc -l +260768384 +``` + |