ELITR / SLTev

SLTev is a tool for comprehensive evaluation of (simultaneous) spoken language translation.
8 stars 3 forks source link

-g copies files to ``SLTev-cache``, it should copy to --outdir #17

Closed obo closed 3 years ago

obo commented 3 years ago

This is the ideal operation of -g:

SLTev -g index-name --outdir evaluation-files
# run systems on files in evaluation-files/, saving outputs there, too

# Now run SLTev on the evaluation-files/ directory, get scores:
SLTev evaluation-files # I do not know the correct calling.

Also, the --outdir should be something nice by default, e.g. evaluation-files, indeed.