jacksongoode / NIME-proceedings-analyzer

A tool for the bibliographic analysis of the NIME proceedings archive
GNU General Public License v3.0
7 stars 3 forks source link

Problem with Grobid configuration file resources/config.json #5

Closed stefanofasciani closed 4 months ago

stefanofasciani commented 1 year ago

On some machine the following configuration is working

{ "grobid_server": "http://localhost:8070", "grobid_port": "8070", "batch_size": 200, "sleep_time": 5, "timeout": 60, "coordinates": [ "persName", "figure", "ref", "biblStruct", "formula" ] }

While on other machines the following is working (also "grobid_server": "http://localhost" fails)

{ "grobid_server": "localhost", "grobid_port": "8070", "batch_size": 200, "sleep_time": 5, "timeout": 60, "coordinates": [ "persName", "figure", "ref", "biblStruct", "formula" ] }