From 78485352c493c1ccd952de2143e29ae28913ee50 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Nov 2021 17:18:49 -0700 Subject: grobid: update 'TODO' comment based on review --- python/sandcrawler/grobid.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/sandcrawler/grobid.py b/python/sandcrawler/grobid.py index a6858ff..f221830 100644 --- a/python/sandcrawler/grobid.py +++ b/python/sandcrawler/grobid.py @@ -83,8 +83,6 @@ class GrobidClient(object): - status (slug) - error_msg (if status == 'error') - tei_xml (if status is 200) - - TODO: persist connection for performance? """ assert blob @@ -188,7 +186,6 @@ class GrobidClient(object): if len(ref.get("unstructured", "").strip()) <= 6: return False - # TODO: what other combinations are enough to skip parsing? if ( ref.get("year") and ref.get("author") -- cgit v1.2.3