uhh-lt / neural-coref

State-of-the-Art Neural Coreference Resolution on German Data
https://ltdemos.informatik.uni-hamburg.de/coref-de/
Apache License 2.0
10 stars 1 forks source link

Model not found on server using the API #4

Open RuiHe1999 opened 8 months ago

RuiHe1999 commented 8 months ago

Hi there,

I'm trying to get the coreference parsing results using the API provided but the model seems not to be on the server. I

http http://127.0.0.1:8080/predictions/droc_incremental_no_segment_distance output_format=conll tokenized_sentences:='[["Die", "Organisation", "gab", "bekannt", "sie", "habe", "Spenden", "veruntreut", "."],  ["Next", "sentence", "goes", "here", "!"]]'
HTTP/1.1 404 Not Found
Connection: Keep-Alive
Content-Length: 273
Content-Type: text/html; charset=iso-8859-1
Date: Mon, 04 Mar 2024 15:14:56 GMT
Keep-Alive: timeout=5, max=100
Server: Apache/2.4.51 (Debian)

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<hr>
<address>Apache/2.4.51 (Debian) Server at 127.0.0.1 Port 8080</address>
</body></html>

Have you changed the address, or is there anything wrong with the code? Many thanks in advance.