kermitt2 / grobid_client_python

Python client for GROBID Web services
Apache License 2.0
275 stars 74 forks source link

Process citation list #32

Closed kermitt2 closed 2 years ago

kermitt2 commented 3 years ago

Here is the additional processCitationList action to process in parallel a list of raw reference strings, which does not take a repertory of PDF as input, but a repertory of .txt files, with one reference raw string per line.

See correspnding PR https://github.com/kermitt2/grobid/pull/798 in grobid repo.

(also add the sentence segmentation option in the command line)