This Dockerfile builds the Stanford CoreNLP Server and exposes the endpoint on port 9000. Requests are made as covered in the documentation.
docker run \
-d \
-p 9000:9000 \
--name=corenlp \
Koenkk/corenlp
Content type
Image
Digest
Size
785 MB
Last updated
over 8 years ago
docker pull koenkk/corenlp