aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-08-25 15:16:21 -0700
committerBryan Newbold <bnewbold@archive.org>2018-08-25 15:16:21 -0700
commite14ede39deb5638fa7037711760c47ed45090229 (patch)
tree3c555b0084c74d23aa48b0715a5cd1390c64fed3 /python
parent1134015c58d368013eb6ec9e7c0a68f3ad00077a (diff)
downloadsandcrawler-e14ede39deb5638fa7037711760c47ed45090229.tar.gz
sandcrawler-e14ede39deb5638fa7037711760c47ed45090229.zip
ungrobided: fix python call typo
Diffstat (limited to 'python')
-rwxr-xr-xpython/extraction_ungrobided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/extraction_ungrobided.py b/python/extraction_ungrobided.py
index 74644e0..ef98eff 100755
--- a/python/extraction_ungrobided.py
+++ b/python/extraction_ungrobided.py
@@ -133,4 +133,4 @@ class MRExtractUnGrobided(MRExtractCdxGrobid):
if __name__ == '__main__': # pragma: no cover
- MRExtractCdxGrobid.run()
+ MRExtractUnGrobided.run()