Lynten / stanford-corenlp

Python wrapper for Stanford CoreNLP.
MIT License
919 stars 199 forks source link

OSError: stanford-corenlp-x.x.x-models.jar not exists #38

Open ydstaana opened 6 years ago

ydstaana commented 6 years ago

stanford-corenlp-x.x.x-models.jar not exists. You should download and place it in the C:\Users\User\Desktop\user\stanford-parser-full-2018-02-27\ first.

but the file stanford-corenlp-3.9.1-models.jar is present in the directory. I have also added corenlp to CLASSPATH. I haven't edited the STANFORD_MODELS yet though

jiangzhonglian commented 5 years ago

I also encountered the same problem

sharan01 commented 5 years ago

you are giving wrong folder path, stanford-corenlp-3.9.1-models.jar is in stanford-corenlp-full-2018-02-27 folder, which you can download it from here http://nlp.stanford.edu/software/stanford-corenlp-full-2018-02-27.zip

jiangzhonglian commented 5 years ago

Fixed, Thanks! When I use jupyter notebook, I have another problem, Error prompt: AccessDenied: psutil.AccessDenied (pid=21890) Maybe I should use google to check it out.

free-soellingeraj commented 4 years ago

The README is misleading in this respect. I downloaded the file link you referenced above and it worked fine. However from the README, I read this part: https://github.com/Lynten/stanford-corenlp#prerequisites And thought it meant to download the latest version of the .jar file that link points to. Please update the readme. Also, where can I get the latest .zip? Is there a way to consistently obtain the latest zip with a single url, like http://nlp.stanford.edu...stanford-corenlp-full-latest.zip?