com.hrstc.trec.report
Class EvalSummarizer

java.lang.Object
  extended by com.hrstc.trec.report.EvalSummarizer

public class EvalSummarizer
extends java.lang.Object


Field Summary
(package private)  java.lang.StringBuffer buf
           
(package private)  java.io.File dir
           
(package private)  Parser parser
           
 
Constructor Summary
EvalSummarizer(java.lang.String[] args)
          Creates a new instance of RobustReporter
 
Method Summary
static void main(java.lang.String[] args)
           
 void process()
           
private  void process(java.io.File file)
          Process directory recursively
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dir

java.io.File dir

buf

java.lang.StringBuffer buf

parser

Parser parser
Constructor Detail

EvalSummarizer

public EvalSummarizer(java.lang.String[] args)
               throws java.io.IOException
Creates a new instance of RobustReporter

Throws:
java.io.IOException
Method Detail

process

public void process()
             throws java.io.IOException
Throws:
java.io.IOException

process

private void process(java.io.File file)
              throws java.io.IOException
Process directory recursively

Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Parameters:
args - the command line arguments args[0] - location of the directory to generate report from
Throws:
java.io.IOException