Dockerised Stanford CoreNLP Server [alpine version] Fork of: konradstrack/corenlp
286
corenlp-docker provides a dockerised version of the Stanford CoreNLP Server.
To pull the image and start the server, run:
docker run --rm -p 9000:9000 konradstrack/corenlp
curl --data 'A rather short sentence.' http://localhost:9000
For more complex examples of using the API, please refer to the official documentation of CoreNLP Server.
docker build -t mycorenlp .
docker run --rm -p 9000:9000 mycorenlp
Content type
Image
Digest
Size
412.9 MB
Last updated
almost 9 years ago
docker pull mroerni/corenlp-docker