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

joda-time.jar not found #49

Open
mooreniemi opened this issue Sep 8, 2017 · 5 comments
Open

joda-time.jar not found #49

mooreniemi opened this issue Sep 8, 2017 · 5 comments

Comments

@mooreniemi
Copy link

mooreniemi commented Sep 8, 2017

I followed the installation instructions, but when I ran pipeline = StanfordCoreNLP.load(:tokenize, :ssplit, :pos, :lemma, :parse, :ner, :dcoref) this happened:

RuntimeError: Could not find JAR file (looking in /Users/amooren/.rvm/gems/ruby-2.4.0/gems/stanford-core-nlp-0.5.3/bin/joda-time.jar).
from /Users/amooren/.rvm/gems/ruby-2.4.0/gems/bind-it-0.2.7/lib/bind-it/jar_loader.rb:20:in `load'

I manually downloaded and added the joda-time.jar into the directory and it then presented another missing jar. Perhaps the installation instructions need to be updated? Or perhaps the bindings need to reflect that the downloadable archive no longer provides all the expected jars?

@arbox
Copy link
Collaborator

arbox commented Sep 9, 2017

Could you please provide a patch for the README? :)

@Amval
Copy link

Amval commented Sep 25, 2017

Hi, @mooreniemi . I ran into this same issue, and it looked like the cause was not that the files were missing, but that the gem was not taking the right path. In my case, due to using rbenv.

Have you tried defining your own path to the jars and models?

@khiem-nguyen
Copy link

Same problem

@rushilagr
Copy link

@Amval Could you point us to how we can download the Jars & Model files.

@psychoslave
Copy link

This problem was addressed in #52

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

6 participants