usnistgov / trec_eval

Evaluation software used in the Text Retrieval Conference
232 stars 49 forks source link

Forward port #25 and #26 to 10.0-dev #28

Closed isoboroff closed 1 year ago

isoboroff commented 4 years ago

This merge takes #25 and #26 from the master branch and forward ports them here.

isoboroff commented 4 years ago

@cmacdonald this isn't building on Windows, can you take a look?

cmacdonald commented 4 years ago

"measures.obj : error LNK2001: unresolved external symbol te_meas_rbp" etc @ https://github.com/usnistgov/trec_eval/runs/1069443260#step:3:188

I think you just have to update build.bat with the new .c files - the RBP measure isn't listed.

Background: I don't think MSVC tools provides a make, so i replicated the makefile using batch files.