Open ydstaana opened 6 years ago
I also encountered the same problem
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
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.
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?
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