aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-10-04 15:32:10 -0700
committerBryan Newbold <bnewbold@archive.org>2019-10-04 15:32:10 -0700
commit04c0882a3c216fd43cbb2643f2f8dbc257fd2338 (patch)
treeab47e5799595352e7da7fb3552df2e1bbc1b162c /python
parentfdc013ee8f7ffd04baa2b1c61b5def0deff6ebe0 (diff)
downloadsandcrawler-04c0882a3c216fd43cbb2643f2f8dbc257fd2338.tar.gz
sandcrawler-04c0882a3c216fd43cbb2643f2f8dbc257fd2338.zip
grobid: consolidateHeaders typo
Diffstat (limited to 'python')
-rw-r--r--python/sandcrawler/grobid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/grobid.py b/python/sandcrawler/grobid.py
index 98ae6ae..48ff6f8 100644
--- a/python/sandcrawler/grobid.py
+++ b/python/sandcrawler/grobid.py
@@ -31,7 +31,7 @@ class GrobidClient(object):
self.host_url + "/api/processFulltextDocument",
files={
'input': blob,
- 'consolidateHeaders': self.consolidate_mode,
+ 'consolidateHeader': self.consolidate_mode,
'consolidateCitations': 0, # too expensive for now
'includeRawCitations': 1,
}