Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for CoreNLP 3.6.0 (12/09/2015) release #15

Open
buley opened this issue Jan 15, 2016 · 3 comments
Open

Support for CoreNLP 3.6.0 (12/09/2015) release #15

buley opened this issue Jan 15, 2016 · 3 comments

Comments

@buley
Copy link

buley commented Jan 15, 2016

stanford-corenlp-full-2014-01-04.zip works great. The newest build (http://nlp.stanford.edu/software/stanford-corenlp-full-2015-12-09.zip) throws errors:

Stanford CoreNLP error? { [Error: Could not find class edu.stanford.nlp.pipeline.StanfordCoreNLP
java.lang.NoClassDefFoundError: edu/stanford/nlp/pipeline/StanfordCoreNLP
Caused by: java.lang.ClassNotFoundException: edu.stanford.nlp.pipeline.StanfordCoreNLP
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
] cause: {} }
@buley buley changed the title Support for CoreNLP 12/09/2015 release Support for CoreNLP 3.6.0 (12/09/2015) release Jan 15, 2016
@vchatterji
Copy link

Take a look at https://github.com/vchatterji/stanford-ner. Might help.

@kareem1234
Copy link
Contributor

Same problem over here

@Ricsie
Copy link

Ricsie commented Aug 5, 2016

same problem here. any idea how to solve it? is there some new wrapper?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants