码迷,mamicode.com
首页 > 其他好文 > 详细

docker 使用 ltp分词和pos标注

时间:2019-11-25 18:22:04      阅读:56      评论:0      收藏:0      [点我收藏+]

标签:arp   github   master   hub   ref   url   file   span   分词   

1.安装docker 

sudo apt-get install docker.io

2.获取ltp的docker容器

dockerfile文件在 https://github.com/HIT-SCIR/ltp/blob/master/Dockerfile 下面。获取docker配置文件后

docker build -t ltp/ltp .

3.启动docker

docker run -d -p 8080:12345 ltp/ltp /ltp_server --last-stage all -m 6000M

4.测试能否使用

curl -d "s=姑姑说:我好想过过过儿过过的生活。&f=xml&t=all" http://127.0.0.1:8080/ltp

docker 使用 ltp分词和pos标注

标签:arp   github   master   hub   ref   url   file   span   分词   

原文地址:https://www.cnblogs.com/wb-learn/p/11929230.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!