stanfordnlp / CoreNLP

CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
http://stanfordnlp.github.io/CoreNLP/
GNU General Public License v3.0
9.64k stars 2.7k forks source link

Creating a Dockerfile for CoreNLP #1459

Open Meiye-lj opened 1 month ago

Meiye-lj commented 1 month ago

See https://github.com/Meiye-lj/Dockerfiles/blob/76c88309a4bb7b7070441bed3b4b72231f5349b8/CoreNLP/Dockerfile

AngledLuffa commented 1 month ago

Not really sure what you're suggesting here - do you want us to include this in our release? The thing is, I've never done anything with docker, so I can't attest to its usefulness in any way.

One thing I can suggest is to use the main branch instead of specifying a release tag. We've been making the main branch the latest release each time and putting unreleased changes in the dev branch