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 d1ba56be37
parser.py can read kres and/or ssj500k
5 years ago
..
Dockerfile parser.py can read kres and/or ssj500k 5 years ago
README.md parser.py can read kres and/or ssj500k 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 /home/kristjan/git/cjvt-srl-tagging:/cjvt-srl-tagging \
    -v /home/kristjan/some_corpus_data:/some_corpus_data \
    my_python \
    /bin/bash