aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/grobid.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/sandcrawler/grobid.py')
-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 78ffa0a..98ae6ae 100644
--- a/python/sandcrawler/grobid.py
+++ b/python/sandcrawler/grobid.py
@@ -32,7 +32,7 @@ class GrobidClient(object):
files={
'input': blob,
'consolidateHeaders': self.consolidate_mode,
- 'consolidateCitations': self.consolidate_mode,
+ 'consolidateCitations': 0, # too expensive for now
'includeRawCitations': 1,
}
)