Sign inSign up

koenkk/corenlp

By koenkk

Updated over 8 years ago
Archived

Stanford CoreNLP Server

Image
0

190

koenkk/corenlp repository overview

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.

Running

docker run \
   -d \
   -p 9000:9000 \
   --name=corenlp \
   Koenkk/corenlp

Tag summary

Content type

Image

Digest

Size

785 MB

Last updated

over 8 years ago

docker pull koenkk/corenlp