Skip to content

Commit

Permalink
add license info at the bottom of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RxNLP authored Mar 2, 2018
1 parent 5b0e758 commit 27e76bf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This is an open-source project, so if you want to implement other measures, plea
To build on the source code of ROUGE 2.0, [clone the repository](https://github.com/RxNLP/ROUGE-2.0.git) and import the project as a Maven project by selecting the `pom.xml` file in the root directory from Eclipse, IntelliJ or other IDE's. Next, add the jars under the `lib` directory to your build path for the code to compile. Note that you can also install the jars in the `lib` directory by creating a local maven repository for those jar files. All you would need to do after that is to add the local dependencies to your `pom.xml`.


### Reporting Issues & Feature Requests
## Reporting Issues & Feature Requests

When reporting issues please use "Github Issues" and include as much detail as possible about your operating system and java version. Whenever possible, please also include a brief, self-contained code example that demonstrates the problem. Visuals are appreciated!

Expand All @@ -48,4 +48,7 @@ If you need new features that would be useful to the community in general, pleas

Thanks for your interest in contributing code to ROUGE2.0! To contribute code to ROUGE2.0, please create a new branch and submit a pull request early on with your ideas and planned changes or enhancement. Once you get the thumbs up, you can use your usual workflow for development. Your changes will be reviewed and finally accepted for inclusion. Please use meaningful commit messages that intuitively explain what you are trying to achieve.

If you are proposing new evaluation measures, your changes will be included once your paper is accepted at a conference or journal.
If you are proposing new evaluation measures, your changes will be included once your paper is accepted at a conference or journal.

## License
Please see our [license](https://github.com/RxNLP/ROUGE-2.0/blob/master/LICENSE) information.

0 comments on commit 27e76bf

Please sign in to comment.