Skip to content

tzhuan/corenlp-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

corenlp-docker

corenlp-docker provides a dockerised version of the Stanford CoreNLP Server.

Simple usage

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.

Building the image

docker build -t mycorenlp .
docker run --rm -p 9000:9000 mycorenlp

Releases

No releases published

Packages

No packages published