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

Maven build. BoostSRL README overhaul. Contribution guidelines. Reorganization. #8

Closed hayesall closed 6 years ago

hayesall commented 6 years ago

README.md changes:

New file: .github/CONTRIBUTING.md

.github/ directory is for markdown and information GitHub uses. CONTRIBUTING.md contains some contribution guidelines for BoostSRL, notably How to ask a question, How to file a bug report, and How to suggest a new feature.

New directory: docs/

A large portion of the documentation for WILL was buried in the code (/src/edu/wisc/cs/will/ILP/willmanual/), this documentation may be appropriate to have around, so documentation was moved to a directory specifically for this type of information. docs/ will be used for this purpose.