安装CRF++ 0.58 注意的问题

## Based on CRF++-0.58, you need to install it firstly
## To download from
## https://drive.google.com/drive/folders/0B4y35FiV1wh7fngteFhHQUN2Y1B5eUJBNHZUemJYQV9VWlBUb3JlX0xBdWVZTWtSbVBneU0
## Then use the command

% ./configure
% make
% sudo make install
% cd python
% python setup.py install

% 注:最后一步最好用pyhton2运行,python3会有各种各样的问题
% 成功之后会生成 _CRFPP.so文件 和 CRFPP.py 文件,将这两个文件放到 python环境中的site-packages目录下

猜你喜欢

转载自blog.csdn.net/Dooonald/article/details/88114265