EasySRL
EasySRL copied to clipboard
Use maven or standard dependency management
To make it "Easier" I suggest you use a dependency management, rather than keeping jar files with obscure version in a lib folder.
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.