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,12 @@
FROM ubuntu:16.04
RUN apt-get update
RUN apt-get install -y \
vim \
default-jdk \
python3 \
python3-pip
RUN pip3 install lxml pandas
ENV PYTHONIOENCODING UTF-8