-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This pipeline does not work:
[{
"method": "POST",
"endpoint": "http://api.freme-project.eu/current/toolbox/nif-converter/",
"parameters": {
"intype": "url",
"input" : "https://www.theguardian.com/world/2009/oct/27/berlin-wall-short-history"
},
"headers": {
"content-type": "text/html",
"accept": "text/turtle"
}
},
{
"method": "POST",
"endpoint": "http://api.freme-project.eu/current/e-entity/freme-ner/documents/",
"parameters": {
"language": "en",
"dataset" : "dbpedia"
},
"headers": {
"content-type": "text/turtle",
"accept": "text/html"
}
}
]
It causes an Internal Server Error.