Richard Eckart de Castilho
unread,Oct 11, 2016, 10:20:08 AM10/11/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Niko Partanen, webanno-user, dill...@cs.washington.edu
Hi Niko,
> On 11.10.2016, at 16:10, Niko Partanen <
nikotapi...@gmail.com> wrote:
>
> Hello! Has there been any new developments with this? I would like to export data from WebAnno directly as well. Of course I can always make a new export manually, but it would be simpler to just read the text and annotations without manual intervention as I'm in a point where I need to modify the annotations constantly as I try to figure out the most useful annotation model for my current study.
Work is ongoing, but it has a huge *experimental* tag :)
So in order to try this out, you need to start WebAnno with
"-Dwebanno.remote-api.enable=true". When you have done that,
then you can go to the user management, and add the role
"ROLE_REMOTE" to a user.
That user will then be able to use the experimental remote API.
The API does not have documentation yet and may be subject
to change. You can find some usage examples in the source code:
https://github.com/webanno/webanno/blob/master/webanno-webapp/src/main/java/de/tudarmstadt/ukp/clarin/webanno/webapp/remoteapi/RemoteApiController.java
Mind that the examples expect WebAnno to be running in Eclipse,
so the URL/port may be slightly different on your system.
If you find any issues or have feature requests, please
open an issue in the issue tracker:
https://github.com/webanno/webanno/issues
The remote API has a dedicated label in the tracker (which
we have to assign to the issues, you cannot do that yourself).
So if you want to see all the open/closed issues for the remote
API only, check out
https://github.com/webanno/webanno/issues?q=label%3A%22Remote+API%22
Cheers,
-- Richard