Package | Description |
---|---|
org.terrier.applications.batchquerying |
Contains application-level programs for performing batch-based query operations, such as generating runs for TREC.
|
org.terrier.structures.outputformat |
Provides functionality for writing Terrier ResultSets to disk as .res files, e.g.
|
Modifier and Type | Field and Description |
---|---|
protected OutputFormat |
TRECQuerying.printer
Where results of the stream of queries are output to.
|
Modifier and Type | Method and Description |
---|---|
protected OutputFormat |
TRECQuerying.getOutputFormat() |
Modifier and Type | Interface and Description |
---|---|
interface |
RawOutputFormat
interface for writing the output of TRECQuerying to a stream
|
Modifier and Type | Class and Description |
---|---|
class |
LETOROutputFormat
Outputs a featured result set in the LETOR format.
|
class |
Normalised2LETOROutputFormat
As LETOROutputFormat, but uses normalisation 2 to normalise all scores in [0,1] for each query
|
class |
NormalisedLETOROutputFormat
As LETOROutputFormat, but normalises all scores in [0,1] for each query
|
class |
NullOutputFormat
An OutputFormat instance which does nothing.
|
class |
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.
|
class |
TRECDocnoOutputFormat
Standard OutputFormat for writing TREC runs
|
class |
WritableOutputFormat
This class can be used for writing
FatResultSet s to disk
for later use by FatResultsMatching |
Terrier 4.0. Copyright © 2004-2014 University of Glasgow