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
My case was that I downloaded the bridge.jar from GitHub using wget as I was creating a Dockerfile to create the whole Stanford CoreNLP environment for my application.
The problem is that the wget was actually downloading GitHub's HTML page as bridge.jar. Without bridge.jar BindIt/RJB couldn't load AnnotationBridge, obviously.
The solution was downloading bridge.jar manually and altering my Dockerfile accordingly.
Hi,
I want to use the stanford-core-nlp gem in a rails application. So, I followed the README file instructions :
But when i want to use the gem and write in a rails controller file :
pipeline = StanfordCoreNLP.load(:pos)
I have this error :
java.lang.ClassNotFoundException: AnnotationBridge
But I can see the AnnotationBridge.java file in the bin/ folder of the gem ...
I don't know how or where I can specify the path ...
Any help ?
Thank you !
The text was updated successfully, but these errors were encountered: