diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-08-25 15:16:21 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-08-25 15:16:21 -0700 |
commit | e14ede39deb5638fa7037711760c47ed45090229 (patch) | |
tree | 3c555b0084c74d23aa48b0715a5cd1390c64fed3 /python | |
parent | 1134015c58d368013eb6ec9e7c0a68f3ad00077a (diff) | |
download | sandcrawler-e14ede39deb5638fa7037711760c47ed45090229.tar.gz sandcrawler-e14ede39deb5638fa7037711760c47ed45090229.zip |
ungrobided: fix python call typo
Diffstat (limited to 'python')
-rwxr-xr-x | python/extraction_ungrobided.py | 2 |
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() |