TurkuNLP / Turku-neural-parser-pipeline

A neural parsing pipeline for segmentation, morphological tagging, dependency parsing and lemmatization with pre-trained models for more than 50 languages. Top ranker in the CoNLL-18 Shared Task.
https://turkunlp.github.io/Turku-neural-parser-pipeline/
Apache License 2.0
111 stars 31 forks source link

Add Dockerfile #11

Closed josalmi closed 5 years ago

josalmi commented 5 years ago

Added Dockerfile that:

This image should be easily modifiable to needs of the user.

Note: This doesn't fetch required git submodules as the are expected to be cloned by the user beforehand.

fginter commented 5 years ago

Dockerfile now refactored, and Docker images published on Docker Hub. Documentation here: https://turkunlp.github.io/Turku-neural-parser-pipeline/docker.html Thank you one more time for the initial pull request, and sorry I couldn't get to this until today. :)