You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
voje 044fae2001
added parallel json output creation
5 years ago
..
Dockerfile added parallel json output creation 5 years ago
Makefile added msd-not-found exception 5 years ago
README.md tidy up 5 years ago

README.md

You might want to mount this whole repo into the docker container.
Also mount data locations.

Example container:

$ docker build . -t my_python
$ docker run \
    -it \
    -v $(echo $(cd ../..; pwd)):/cjvt-srl-tagging \
    python_java \
    /bin/bash

Usage

Run make from this directory, to build and run.