machinalis / iepy

Information Extraction in Python
BSD 3-Clause "New" or "Revised" License
905 stars 186 forks source link

Loading StanfordCoreNLP... did not end #129

Closed alonsopg closed 7 years ago

alonsopg commented 7 years ago

Hey guys, I am trying to make a iepy tutorial, for this I am using the MUC-3 dataset. While performing step's 2 documentation (Pre-processing data), I noticed that while executing preprocess.py it neverd ends:

In:

user@MacBook-Pro-de-User:~/Jupyter/iepy_tutorial/iepy_tutorial$ python3 bin/preprocess.py

I got:

Out:


/usr/local/lib/python3.5/site-packages/sklearn/utils/fixes.py:55: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
  if 'order' in inspect.getargspec(np.copy)[0]:

Loading StanfordCoreNLP...

Any idea why this is happening, and how to solve it guys?... Note that I just have 100 documents, Thanks!

davidjb99 commented 7 years ago

I also get this error on a mac, any fixes?