-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Even with this option for some reason the client still wants to send a request to the annotatesoftwareTEI. I just want to use datastet on my xml documents though. Here is the error I am getting.
INFO:root:blacklist size: 533
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): localhost:8060
DEBUG:urllib3.connectionpool:http://localhost:8060 "GET /service/isalive HTTP/1.1" 200 4
INFO:root:dataset mention extraction is up and running
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): localhost:8060
DEBUG:urllib3.connectionpool:http://localhost:8060 "POST /service/annotateSoftwareTEI HTTP/1.1" 404 259
ERROR:root:[404] URL not found: [http://localhost:8060/service/annotateSoftwareTEI]
Is it a bug or am I doing something wrong ? Here is my module call
python3 -m software_mentions_client.client --datastet --file-in input_files/33_4_samples.grobid.tei.xml --file-out results.json