You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concerning the web service we are asked to provide, the example given here https://github.com/anuzzolese/oke-challenge-2016/blob/master/example_data/GERBIL_integration.md implies that our service should expect one sentence per POST request. Is this correct, or should we expect one POST request to contain all the sentences to annotate ? In the first case (one request per sentence), should we provide one NIF file for all the sentences, or one file per request ? In the first case (one common file), how does the service know that all the requests have been received ?
Thanks in advance !
The text was updated successfully, but these errors were encountered:
The Web API has to be designed in order to handle one sentence to be annotated per request.
Hence, the API is expected to provide as output the NIF annotation for a single sentence only.
Hello,
Concerning the web service we are asked to provide, the example given here https://github.com/anuzzolese/oke-challenge-2016/blob/master/example_data/GERBIL_integration.md implies that our service should expect one sentence per POST request. Is this correct, or should we expect one POST request to contain all the sentences to annotate ? In the first case (one request per sentence), should we provide one NIF file for all the sentences, or one file per request ? In the first case (one common file), how does the service know that all the requests have been received ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: