ERROR: Command "/home/ccivr/anaconda3/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-k_q5nxhc/pyltp/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-k197eu50/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-k_q5nxhc/pyltp/
安装pyltp的过程中一直报ltp中文件的语法错误,大多是dynet中的语法错误,而且还有warning,不知道怎么解决
最终办法是回退pyltp的版本 pip install pyltp==0.1.9.1 安装成功
LTP_data 的版本为3.4.0 语义角色标注会出错,查了一下是pyltp0.1.9和0.2.0版本接口不同的原因,原本的python语义角色标注接口为labels = labeller.label(words, tags, arcs), 0.1.9的接口是labels = labeller.label(words, tags, entitys, arcs)