model for fillpred

This commit is contained in:
2019-02-24 16:13:46 +01:00
parent d8987f88c7
commit 38e187c047
18 changed files with 3621 additions and 9364 deletions

View File

@@ -7,6 +7,6 @@ default-jdk \
python3 \
python3-pip
RUN pip3 install lxml pandas
RUN pip3 install lxml pandas sklearn
ENV PYTHONIOENCODING UTF-8

View File

@@ -8,6 +8,11 @@ build:
run:
docker run \
-it \
--user $(shell id -u):$(shell id -g) \
-v /home/${USER}:/home/${USER} \
-v /etc/passwd:/etc/passwd \
-v /etc/group:/etc/group \
-v $(shell pwd)/../../:/cjvt-srl-tagging \
-w /cjvt-srl-tagging \
python-java \
/bin/bash