finished parse + tag toolchain -> TODO: tagger error

This commit is contained in:
voje
2019-02-18 08:49:04 +01:00
parent 9e9e1910a0
commit f251c912e3
20 changed files with 26489 additions and 54 deletions

View File

@@ -0,0 +1,13 @@
IMAGE_NAME="python-java"
all: build run
build:
docker build . -t $(IMAGE_NAME)
run:
docker run \
-it \
-v $(shell pwd)/../../:/cjvt-srl-tagging \
python-java \
/bin/bash