abhinavkaul95

Results 7 comments of abhinavkaul95

Don't know whether it is needed or not, but faced the same issue and it seems that the issue is faced when the video is not at that path. Check...

Same error. Seems like running the java command directly like `java -Xmx3g -cp edu.stanford.nlp.pipeline.StanfordCoreNLP -props /media/disk/user/abhinav/refer-parser2/pyutils/corenlp/default.properties`, gives the error: ``` Unrecognized option: -props Error: Could not create the Java Virtual...

> Hm...this error might happen if the java version is not the one I was using (my java version is 1.8.0_151) The stanford parser is sort of outdated. BTW, I...

Seems like the problem is resolved if you extract the fill corenlp jars in the models folder. Link: https://nlp.stanford.edu/software/stanford-corenlp-full-2015-04-20.zip

Same error. Seems like running the java command directly like `java -Xmx3g -cp edu.stanford.nlp.pipeline.StanfordCoreNLP -props /media/disk/user/abhinav/refer-parser2/pyutils/corenlp/default.properties`, gives the error: ``` Unrecognized option: -props Error: Could not create the Java Virtual...

Seems like the problem is resolved if you extract the fill corenlp jars in the models folder. Link: https://nlp.stanford.edu/software/stanford-corenlp-full-2015-04-20.zip

Hi team, we are also blocked because we are using **python-measurement** library which internally uses this library. Please resolve this issue as soon as possible.