rogerscristo / webanno-docker

run the webanno linguistic annotation tool in a Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

You can build and install webanno with one simple command:

docker build -t webanno https://github.com/nlpdocker/webanno-docker.git

You can use the same command to rebuild / reinstall webanno. This will take much less time, as docker reuses the files it has downloaded previously. In case of errors, you can avoid this behaviour by adding --no-cache=true:

docker build --no-cache=true -t webanno https://github.com/nlpdocker/webanno-docker.git

Usage

The service starts with, for example:

docker run -i -t -p 18080:18080 webanno

You can then access the webanno frontend via localhost:18080/webanno

About

run the webanno linguistic annotation tool in a Docker container


Languages

Language:Dockerfile 87.2%Language:Shell 12.8%