louismullie / stanford-core-nlp

Ruby bindings to the Stanford Core NLP tools (English, French, German).
Other
432 stars 70 forks source link

ruby 2.0 question #35

Open no0p opened 9 years ago

no0p commented 9 years ago

Het Louis,

Thanks again for working on these great nlp tools for ruby. Just followed the readme for setting up with latest stanford-core-nlp release, and got an error from bind-it saying

"Unsupported major.minor version 52.0"

Any idea what the cause is? I was guessing maybe it's the ruby version not being compatible ruby 2.0.0p384

Thoughts?

wynksaiddestroy commented 9 years ago

The problem is probably your Java version. The latest Stanford Core NLP release requires Java 8. Simply check your java version with: java -version.

arbox commented 7 years ago

Please be patient, we are working on this issue!