-
Notifications
You must be signed in to change notification settings - Fork 19
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
Use maven or standard dependency management #43
Comments
Take a look at this branch under my fork of EasySRL: https://github.com/kentonl/EasySRL/tree/maven It uses maven instead to retrieve most of its dependencies (though some custom jars remain). |
Well that's nice. Thanks Kenton |
To follow-up, here's an example that uses EasySRL as a maven dependency: https://github.com/uwnlp/neuralccg/blob/master/neuralccg/pom.xml |
Hello @kentonl thanks for this repository, but i'm having trouble generationg maven sources because deeptagger, taggerflow and taggerflow-protos dependencyes cannot be found? Any suggestions? |
Those dependencies are available here: https://github.com/kentonl/EasySRL/tree/maven/lib/edu/uw, but they should be automatically imported if you follow the example from neuralccg linked above. |
To make it "Easier" I suggest you use a dependency management, rather than keeping jar files with obscure version in a lib folder.
The text was updated successfully, but these errors were encountered: