This Dockerfile builds the Stanford CoreNLPServer and exposes the endpoint on port 9000 by default. Requests are made as covered in the documentation.
This version uses the Oracle version of Java.
First time docker users. Before running you must get the docker image, this can be done with this command: docker pull unititled99/corenlp
To run:
docker run -p 9000:9000 --rm unititled99/corenlp
Content type
Image
Digest
Size
1005.7 MB
Last updated
over 8 years ago
docker pull unititled99/corenlp