Skip to content

Commit

Permalink
Add: Doc info about CoreNLP versions used in SPICE and tokenizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
LABBE Etienne committed May 22, 2024
1 parent 152d977 commit d78c8b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aac_metrics/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"url": "https://github.com/tylin/coco-caption/raw/master/pycocoevalcap/spice/spice-1.0.jar",
"fname": "spice-1.0.jar",
},
# CoreNLP version 3.4.1 for PTBTokenizer used in caption-evaluation-tools
"stanford_nlp": {
"url": "https://github.com/tylin/coco-caption/raw/master/pycocoevalcap/tokenizer/stanford-corenlp-3.4.1.jar",
"fname": "stanford-corenlp-3.4.1.jar",
Expand All @@ -71,6 +72,7 @@
"url": "https://panderson.me/images/SPICE-1.0.zip",
"fname": "SPICE-1.0.zip",
},
# CoreNLP version 3.6.0 for SPICE
"spice_corenlp_zip": {
"url": "http://nlp.stanford.edu/software/stanford-corenlp-full-2015-12-09.zip",
"fname": osp.join("SPICE-1.0", "stanford-corenlp-full-2015-12-09.zip"),
Expand Down

0 comments on commit d78c8b9

Please sign in to comment.