Skip to content

askplatypus/CoreNLP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Stanford CoreNLP Docker image

This is a Docker image for the CoreNLP server with all official models available.

Build and run Docker file

git clone https://github.com/askplatypus/CoreNLP.git
cd CoreNLP
docker build . -t corenlp

This builds a docker image named corenlp. It contains a CoreNLP server listening to port 9000.