Open matteorr opened 10 years ago
I had the same issue like you. Please give any advise.
Thanks.
me too.
i think by default corenlp.py is installed in your python library so remove that corenlp.py and then run your program
+1 to the issue
Any recipes? Because rpc seems good
I have the same issue, any updates?
Same here.!
me too.....
I get the same issue when running my program from the same directory as corenlp.py
I found that the file default.properties
wasn't in my project repo, and I added this file to the project. Then the problem was solved.
When I try importing the corenlp class from a python script (exampleRun.py) that is not in the same stanford-corenlp-pyhton directory like this:
the following error is raised from pexpect:
The same script, run in the same directory as corenlp works fine. Is this expected behavior or is something wrong?
Thanks in advance for your help. I apologize if this was not the correct place post this issue.
Best regards,
matteorr