Skip to content

run the webanno linguistic annotation tool in a Docker container

Notifications You must be signed in to change notification settings

NLPbox/webanno-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages