/corenlp-docker

Dockerfile for Stanford CoreNLP Server

corenlp-docker

Dockerfile for Stanford CoreNLP Server

This Dockerfile builds the Stanford CoreNLP Server and exposes the endpoint on port 9000. Requests are made as covered in the documentation.

Docker Hub url

https://hub.docker.com/r/anktksh/corenlp/

Usage

docker run -p 9000:9000 --name corenlp --rm -i -t anktksh/corenlp