Skip to content
Snippets Groups Projects
Commit 8edbf340 authored by Malo Revel's avatar Malo Revel
Browse files

Update Readme

parent 1f807d21
No related branches found
No related tags found
No related merge requests found
...@@ -13,11 +13,23 @@ The inputs are expected to be directories containing the corpus sentences (text ...@@ -13,11 +13,23 @@ The inputs are expected to be directories containing the corpus sentences (text
## Usage ## Usage
+ `main.py`: ### `main.py`
``` ```
$ python3 main.py <corpus_sentence_directory> <corpus_sentence_directory> <output_odrl_directory> $ python3 main.py <corpus_sentence_directory> <corpus_odrl_directory> <output_odrl_directory>
``` ```
Where: Where:
+ `<corpus_sentence_directory>` is a path to the directory containing the corpus sentences + `<corpus_sentence_directory>` is a path to the directory containing the corpus sentences
+ `<corpus_sentence_directory>` is a path to the directory containing the corpus ODRL representations + `<corpus_sentence_directory>` is a path to the directory containing the corpus ODRL representations
+ `<output_odrl_directory>` is a path to the directory containing the ODRL representations produced by the evaluated system (e.g. Tenet) + `<output_odrl_directory>` is a path to the directory containing the ODRL representations produced by the evaluated system (e.g. Tenet)
### `stats.py`
```
$ python3 stats.py <corpus_sentence_directory> <corpus_odrl_directory>
```
### `scorer.py`
```
$ python3 scorer.py <corpus_odrl_directory> <output_odrl_directory>
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment