美文网首页
2018-10-26 MacOS安装CRF++,和Python环

2018-10-26 MacOS安装CRF++,和Python环

作者: 2efper | 来源:发表于2018-10-26 20:13 被阅读0次


安装:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

brew install crf++

python中使用需要:

git clone https://github.com/taku910/crfpp.git

cd crfpp/python

sudo python3 setup.py build

build目录下会生产CRFPP.py 和一个so文件,复制两个文件到python环境中的site-packages目录下,python中就可以import CRFPP 模块了

相关文章

网友评论

      本文标题:2018-10-26 MacOS安装CRF++,和Python环

      本文链接:https://www.haomeiwen.com/subject/wviltqtx.html