我想安装斯坦福解析器的 python 接口。
http://projects.csail.mit.edu/spatial/Stanford_Parser
当运行rake setup先安装 jpype 时,我保持 ge
In file included from src/native/common/jp_reference.cpp:1:0:
src/native/common/include/jpype.h:45:17: schwerwiegender Fehler: jni.h: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
error: command 'gcc' failed with exit status 1
rake aborted!
错误消息是英德混合的。它说:严重故障:jni.h:找不到文件或目录。
当我尝试安装 stanford-parser 本身时,也会发生同样的事情。
是的,我的系统上已经安装了 python-dev。我正在使用 Ubuntu 和 python2.7。