Hi, I used easy_install to install pyConTextNLP. Everything went well. However, when I replicate the example shown in the README, I get the error
import pyConTextNLP.pyConTextGraph.pyConTextGraph as pyConText
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named pyConTextGraph
Is the version on the python.org the latest one? How can I import the pyConTextGraph.
Thanks.