diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-10-04 15:32:10 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-10-04 15:32:10 -0700 |
commit | 04c0882a3c216fd43cbb2643f2f8dbc257fd2338 (patch) | |
tree | ab47e5799595352e7da7fb3552df2e1bbc1b162c /python | |
parent | fdc013ee8f7ffd04baa2b1c61b5def0deff6ebe0 (diff) | |
download | sandcrawler-04c0882a3c216fd43cbb2643f2f8dbc257fd2338.tar.gz sandcrawler-04c0882a3c216fd43cbb2643f2f8dbc257fd2338.zip |
grobid: consolidateHeaders typo
Diffstat (limited to 'python')
-rw-r--r-- | python/sandcrawler/grobid.py | 2 |
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, } |