parsed links

This commit is contained in:
2019-02-12 02:48:34 +01:00
parent c398de66f7
commit b617fb5e16
7 changed files with 10044 additions and 116 deletions

View File

@@ -1,3 +1,7 @@
FROM python
RUN pip install lxml
# for my convenience
RUN apt-get update
RUN apt-get install -y vim

View File

@@ -7,7 +7,6 @@ $ 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
```