commit | 84940758ab91b90cda332556a11f6590a3940329 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Mar 02 14:24:55 2022 +0100 |
committer | Akron <nils@diewald-online.de> | Wed Mar 02 14:24:55 2022 +0100 |
tree | fbe9c23accd02a3d490508224202f9a4cf7ee509 | |
parent | 492a3bb75af2cdd6b401f1fb6cd34386178cc39e [diff] |
Prepare Dockerfile for benchmarks Change-Id: I2b2ce8ae05b5a35d572a1a525d84900edf4d7b94
To build the Docker image, run
$ docker build -f Dockerfile -t korap/euralex22 .
This will download and install an image of approximately 6GB.
It will download and install the following tokenizers in an image to your system:
...
To run the evaluation suite ...
...
To run the benchmark, call
$ docker run --rm -it \ -v ${PWD}/benchmarks:/euralex/benchmarks \ -v ${PWD}/corpus:/euralex/corpus \ korap/euralex22 benchmarks/benchmark.pl
For Treetagger: Please read the license terms, before you download the software! By downloading the software, you agree to the terms stated there.
When running this benchmark using Docker you may need to run all processes privileged to get meaningful results.
docker run --privileged -v