uk.ac.shef.dcs.oak.jate.test
Class TestTfIdf

java.lang.Object
  extended by uk.ac.shef.dcs.oak.jate.test.TestTfIdf

public class TestTfIdf
extends java.lang.Object


Constructor Summary
TestTfIdf()
           
 
Method Summary
 void execute(GlobalIndexMem index)
           
static void main(java.lang.String[] args)
           
 void registerAlgorithm(Algorithm a, AbstractFeatureWrapper f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTfIdf

public TestTfIdf()
Method Detail

registerAlgorithm

public void registerAlgorithm(Algorithm a,
                              AbstractFeatureWrapper f)

execute

public void execute(GlobalIndexMem index)
             throws JATEException,
                    java.io.IOException
Throws:
JATEException
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        JATEException
Throws:
java.io.IOException
JATEException