Sign inSign up

bhoomit/corenlp

By bhoomit

•Updated over 9 years ago

CorenlpServer Docker with caseless models

Image
1

846

bhoomit/corenlp repository overview

⁠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

Tag summary

Content type

Image

Digest

Size

2 GB

Last updated

over 9 years ago

docker pull bhoomit/corenlp