A DUUI pipeline for the use of taxoNERD.
For using taxoNERD as a DUUI image it is necessary to use the Docker Unified UIMA Interface.
docker run docker.texttechnologylab.org/taxonerd_md:0.1
docker run -p 1000:9714 docker.texttechnologylab.org/taxonerd_md:0.1
composer.add(new DUUIDockerDriver.
Component("docker.texttechnologylab.org/taxonerd_md:0.1")
.withScale(iWorkers)
.withImageFetching());
If you want to use the DUUI image please quote this as follows:
TODO
@InProceedings{Leonhardt:Abrami:Mehler:2022,
author = {Leonhardt, Alexander and Abrami, Giuseppe and Mehler, Alexander},
title = {TODO},
booktitle = {},
year = {2022}
}