Skip to content
This repository was archived by the owner on Feb 18, 2021. It is now read-only.

flash-ai-fydp/corenlp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corenlp-docker

Forked from chilland/corenlp-docker. Fork status removed due to git-lfs being disabled for public forks??

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

Build the docker image

# From the root directory of the repo (so the same level as this README)
docker image build -t corenlp .

Run the docker container

docker run \
-p 9000:9000 \
--name corenlp \
-d corenlp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •