I would like to install the python interface for the stanford parser.
http://projects.csail.mit.edu/spatial/Stanford_Parser
When running rake setup , to install jpype first, I save 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!
The error message is in English-German. It says: severe crash: jni.h: file or directory not found.
When I try to install stanford-parser itself, the same thing happens.
Yes, I have python-dev already installed on my system. I am working on Ubuntu and with python2.7.
source share