forked from kristjan/cjvt-srl-tagging
mate-tools tags the corpus. Need to specify predicates better
This commit is contained in:
@@ -7,9 +7,10 @@ build:
|
||||
|
||||
run:
|
||||
docker run \
|
||||
--user $(shell id -u):$(shell id -g) \
|
||||
-it \
|
||||
-v $$(pwd)/../../:/cjvt-srl-tagging \
|
||||
-w /cjvt-srl-tagging/tools \
|
||||
python-java \
|
||||
/bin/bash
|
||||
-it \
|
||||
--user $(shell id -u):$(shell id -g) \
|
||||
-v /etc/passwd:/etc/passwd \
|
||||
-v $$(pwd)/../../:/cjvt-srl-tagging \
|
||||
-w /cjvt-srl-tagging/tools \
|
||||
python-java \
|
||||
/bin/bash
|
||||
|
||||
Reference in New Issue
Block a user