Open sidharth3 opened 4 years ago
What I did to install it was to download version 3.5.2 here: https://stanfordnlp.github.io/CoreNLP/history.html then I extracted the package and the terminal, I went to the directory containing the extracted folder and typed the command there. I also had to install Java 11, but I think 8 would have worked as well.
What command did you type after going to the directory that contained the extracted folder?
Interesting. Could you execute the commands that are failing manually, i.e., from a shell, and post the output here?
mkdir runtime-resources
cd runtime-resources
wget http://nlp.stanford.edu/software/stanford-corenlp-full-2017-06-09.zip
unzip stanford-corenlp-full-2017-06-09.zip
rm stanford-corenlp-full-2017-06-09.zip
wget http://nlp.stanford.edu/software/stanford-english-corenlp-2017-06-09-models.jar
mv stanford-english-corenlp-2017-06-09-models.jar stanford-corenlp-full-2017-06-09/
@sidharth3 you got any info on this?
I had this same issue as @sidharth3 described ( I am using OSX 10.15.3 and python 3.7 ). I have the same error log following mkdir: runtime-resources: File exists
.
The root of my issue was I did not have wget
installed prior to running the command giveme5w1h-corenlp install
. I didn't realize wget was not installed on this machine till I removed the folder runtime-resources and re-ran the install and got the error message wget: command not found
. After installing wget I had to remove the runtime-resources folder again in order for the install to go through, otherwise I would get the same error messages starting with mkdir: runtime-resources: File exists
.
The runtime-resources folder was located at /usr/local/lib/python3.7/site-packages/Giveme5W1H/ I hope this helps anyone who has this issue.
@K-Dasu it seems that the root cause of your issue might be a different one, e.g., that wget does not exist? crosslinking to the windows installation issue, which seems to be related https://github.com/fhamborg/Giveme5W1H/issues/33
I had the same issue, @K-Dasu 's comment resolved the problem.
I was trying the installation process as described in the readme. However after the second line, I run into an error and am unable to figure out why. Please help.
Versions (please complete the following information):