forked from kristjan/cjvt-srl-tagging
connl2009 output for kres
This commit is contained in:
@@ -7,6 +7,6 @@ default-jdk \
|
||||
python3 \
|
||||
python3-pip
|
||||
|
||||
RUN pip3 install lxml
|
||||
RUN pip3 install lxml pandas
|
||||
|
||||
ENV PYTHONIOENCODING UTF-8
|
||||
13
dockerfiles/python_java/Makefile
Normal file
13
dockerfiles/python_java/Makefile
Normal 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
|
||||
@@ -10,3 +10,6 @@ $ docker run \
|
||||
python_java \
|
||||
/bin/bash
|
||||
```
|
||||
|
||||
## Usage
|
||||
Run `make` from this directory, to build and run.
|
||||
Reference in New Issue
Block a user