Skip to content

Commit 9bf9b40

Browse files
authored
Update README.md
1 parent 1c38b54 commit 9bf9b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ Optional arguments:
7272

7373
- `--lowercase [true|false]` (default `false`) if you want to enable/disable lowercasing of input
7474
- `--batch_size [n]` (default `1`) is the batch size.
75-
- `--sense_compression_hypernyms [true|false]` (default `true`) if you want to enable/disable the sense vocabulary compression through the hypernym/hyponym relationships.
76-
- `--sense_compression_file [FILE]` if you want to use another sense vocabulary compression mapping.
75+
- `--sense_compression_hypernyms [true|false]` (default `true`) must be `true` if the model was trained using the sense vocabulary compression through the hypernym/hyponym relationships, or `false` otherwise.
76+
- `--sense_compression_file [FILE]` must indicate the path of the sense mapping file used for training the model if any, and if different from the hypernyms mapping.
7777

7878
UFSAC corpora are available in the [UFSAC repository](https://github.com/getalp/UFSAC). If you want to reproduce our results, please download UFSAC 2.1 and you will find the SemCor (file `semcor.xml`, the WordNet Gloss Tagged (file `wngt.xml`) and all the SemEval/SensEval evaluation corpora that we used (files `raganato_*.xml`).
7979

0 commit comments

Comments
 (0)