Package org.terrier.structures.outputformat
Provides functionality for writing Terrier ResultSets to disk as .res files, e.g. in TREC run formats.
-
Interface Summary Interface Description OutputFormat interface for adjusting the output of TRECQueryingRawOutputFormat interface for writing the output of TRECQuerying to a stream -
Class Summary Class Description LETOROutputFormat Outputs a featured result set in the LETOR format.Normalised2LETOROutputFormat As LETOROutputFormat, but uses normalisation 2 to normalise all scores in [0,1] for each queryNormalisedLETOROutputFormat As LETOROutputFormat, but normalises all scores in [0,1] for each queryNullOutputFormat An OutputFormat instance which does nothing.TRECDocidOutputFormat OutputFormat for writing TREC runs where the docnos are NOT looked up, but instead the (integer, internal) docids are recorded in the .res file.TRECDocnoOutputFormat Standard OutputFormat for writing TREC runsWritableOutputFormat This class can be used for writingFatResultSet
s to disk for later use byFatResultsMatching