adobe / NLP-Cube

Natural Language Processing Pipeline - Sentence Splitting, Tokenization, Lemmatization, Part-of-speech Tagging and Dependency Parsing
http://opensource.adobe.com/NLP-Cube/index.html
Apache License 2.0
552 stars 93 forks source link

Update Dockerfile to work as a web server #120

Closed Spaskich closed 3 years ago

Spaskich commented 3 years ago

Overview

This PR updates the Dockerfile to fix the following issues:

Notes

The whole process on updating the Dockefile can be seen here - #119 Huge thanks to @tiberiu44 for his help!

Testing Instructions

tiberiu44 commented 3 years ago

The build fails because of incompatible DyNet version. We will fix this, once we switch to the 2.0 branch. The pull request looks good to me.

tiberiu44 commented 3 years ago

Thanks again for the contribution!

Cheers, Tibi