ankitksharma / corenlp-docker

Dockerfile for Stanford CoreNLP Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dockerfile for Stanford CoreNLP Server