Output
index
Output.py

Write results in various formats.

 
Classes
       
builtins.object
Output

 
class Output(builtins.object)
    Output(parameters)
 

 
  Methods defined here:
__init__(self, parameters)
Initialize self.  See help(type(self)) for accurate signature.
execute(self, batch)
Write the output about the batch to a file
 
batch: A dict of {qid: {'qstring': qstring,
                        'ranking': [(score, externalId) ...]}
                  ... }

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)