You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon running this script I got the following error:
/Users/davidheath/.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/stanford-core-nlp-0.5.1/lib/stanford-core-nlp/bridge.rb:48:in `method_missing': edu.stanford.nlp.trees.semgraph.SemanticGraphCoreAnnotations$BasicDependenciesAnnotation (ClassNotFoundException)
from /Users/davidheath/.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/stanford-core-nlp-0.5.1/lib/stanford-core-nlp/bridge.rb:48:in `get'
from test.rb:33:in `block in <main>'
from /Users/davidheath/.rbenv/versions/2.1.4/lib/ruby/gems/2.1.0/gems/bind-it-0.2.7/lib/bind-it/rjb_proxy.rb:22:in `each'
from test.rb:31:in `<main>'
after some digging around I found the config.rb file line 354 from:
I suppose that this library must have been moved during a recent release of the Stanford NLP java library.
I noticed that this change was included in the commit from @efrat-safanov in e0f12bd. So I guess that you'll include this change in a future release of the gem.
Possibly nothing to do here apart from making it clear somewhere that the current gem release doesn't work with stanford nlp 3.5.0?
Thanks!
David
The text was updated successfully, but these errors were encountered:
Hi
I'm new to Stanford NLP, just experimenting with it, so please excuse any glaring mistakes!
I installed your gem the newest
stanford-corenlp-full-2014-10-31
andstanford-postagger-2014-10-26
.I'm using the gem version
0.5.1
.Following your instructions I configured StanfordCoreNLP to use these libraries. See this gist:
https://gist.github.com/heathd/b6fa778f682cec8e688c
Upon running this script I got the following error:
after some digging around I found the
config.rb
file line 354 from:to
I suppose that this library must have been moved during a recent release of the Stanford NLP java library.
I noticed that this change was included in the commit from @efrat-safanov in e0f12bd. So I guess that you'll include this change in a future release of the gem.
Possibly nothing to do here apart from making it clear somewhere that the current gem release doesn't work with stanford nlp 3.5.0?
Thanks!
David
The text was updated successfully, but these errors were encountered: