starling-lab / BoostSRL

BoostSRL: "Boosting for Statistical Relational Learning." A gradient-boosting based approach for learning different types of SRL models.
https://starling.utdallas.edu
GNU General Public License v3.0
32 stars 21 forks source link

Adding pom file for including the jar dependencies via Maven. #11

Closed harshakokel closed 6 years ago

harshakokel commented 6 years ago

Code has external dependencies which are currently manually maintained under lib folder. Maven will help us get rid of those jar files and help us better manage the versions and new dependencies.