commit | eb590da1b40b64a86602c0b50a46727521437cd3 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Mar 02 18:31:34 2022 +0100 |
committer | Akron <nils@diewald-online.de> | Wed Mar 02 18:31:34 2022 +0100 |
tree | 3a2222dcc4bb5e242406f27f4a9dca4fe4f87d50 | |
parent | 43cc5c953e25ff5c9b2263e000c0b1fdf583c66c [diff] |
Added empirist test suite Change-Id: I89c88b30b5db656a622574d52eb1ed6ed9d3e600
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