corenlp-docker

所属分类:自然语言处理
开发工具:Shell
文件大小:5KB
下载次数:0
上传日期:2017-10-27 20:48:28
上 传 者sh-1993
说明:  corenlp docker,斯坦福大学corenlp的docker图像
(corenlp-docker,Docker image for Stanford CoreNLP)

文件列表:
Dockerfile (808, 2017-10-28)
LICENSE (11357, 2017-10-28)
corenlp.sh (112, 2017-10-28)

# CoreNLP Server Docker To get this image: ``` docker pull vzhong/corenlp-server ``` To run the server: ``` docker run -p 9000:9000 vzhong/corenlp-server ``` To run the server as a daemon: ``` docker run --name corenlp -p 9000:9000 -d vzhong/corenlp-server ``` The port exposed on the docker image for CoreNLP is `9000`. On the image, CoreNLP is installed at `/opt/corenlp/src/`. You can test out the server as follows: ``` wget --post-data 'The quick brown fox jumped over the lazy dog.' 'localhost:9000/?properties={"annotators":"tokenize,ssplit,pos","outputFormat":"json"}' -O - ```

近期下载者

相关文件


收藏者