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



安装:

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环境使用)