NTCIR Project
Tools
Results Transformation Scripts

[JAPANESE] [NTCIR Home] [NTCIR Tools Home]


trec_eval Results to ntcir_eval Results
Results Transformation Scripts

The following awk and sed scripts will tranform trec_eval results format to ntcir_eval results format.
Usage is (on a unix machine):

awk -f trec-to-geotime.awk (trec-run-file) | sed -f quote.sed >(ntcir-run-name)

e.g. awk -f trec-to-geotime.awk BK_T2_DN_SAMPLE | sed -f quote.sed > BRKLY-EN-JA-01-DN

Script
awk:
http://metadata.berkeley.edu/NTCIR-GeoTime/trec-to-geotime.awk


sed:
http://metadata.berkeley.edu/NTCIR-GeoTime/quote.sed