标签:arp github master hub ref url file span 分词
sudo apt-get install docker.io
dockerfile文件在 https://github.com/HIT-SCIR/ltp/blob/master/Dockerfile 下面。获取docker配置文件后
docker build -t ltp/ltp .
docker run -d -p 8080:12345 ltp/ltp /ltp_server --last-stage all -m 6000M
curl -d "s=姑姑说:我好想过过过儿过过的生活。&f=xml&t=all" http://127.0.0.1:8080/ltp
标签:arp github master hub ref url file span 分词
原文地址:https://www.cnblogs.com/wb-learn/p/11929230.html