Add remarks regarding EmpiriST
Change-Id: I642d79fe0546a3a7b61254667e9819e5a1a1d90b
diff --git a/Readme.md b/Readme.md
index 8bb4e0d..2ab1ef5 100644
--- a/Readme.md
+++ b/Readme.md
@@ -50,8 +50,27 @@
$ unzip empirist_gold_web.zip -d corpus
```
+To run the evaluation using the measurement tools provided by EmpiriST 2015,
+run
+
+```shell
+$ docker run --rm -it \
+ -v ${PWD}/benchmarks:/euralex/benchmarks \
+ -v ${PWD}/corpus:/euralex/corpus \
+ korap/euralex2 benchmarks/empirist.pl
+```
+
+
Quality measurements based on EmpiriST 2015.
+To investigate the output, start the benchmark with mounted
+output folders
+
+```
+-v ${PWD}/output_cmc:/euralex/empirist_cmc
+-v ${PWD}/output_web:/euralex/empirist_web
+```
+
# Tools