-
Notifications
You must be signed in to change notification settings - Fork 39
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
trying to integrate bionlp processors from reach in odinson #802
Comments
Are you trying to run Odinson with the BioNLPProcessor for annotating text? If so, I have recently set that up and can potentially help. |
Thanks @bgyori that would be really great. |
@bgyori if implementation is in your repo, please provide the link? |
Thanks, @bgyori. That would be very welcome. |
Thanks @bgyori it works! Steps:
in your project |
Hi, I am trying to integrate bionlp processors from reach in odinson.
With sbt i tried to load the dependency using this
I am using odinson-api from dart , and integrating bionlp processors in it, but could not import it. While importing,
While inspecting the error, it looks like follow transitive dependency because when we include
as dependency, it pulls in not only the 'reach-main' JAR but also its transitive dependencies specified in its POM file
But it's is not able locate this file.
can you please look into this issue.
I am using scalaVersion= 2.12.7
and sbt.version=1.9.6
Thank you, for this project
The text was updated successfully, but these errors were encountered: