org.egothor.stemmer
Class TestLoad

java.lang.Object
  extended byorg.egothor.stemmer.TestLoad

public class TestLoad
extends java.lang.Object

The TestLoad is used to run tests for a compiled stemmer file against the original file it was compiled from.

Author:
Leo Galambos

Constructor Summary
TestLoad()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point to the TestLoad application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLoad

public TestLoad()
Method Detail

main

public static void main(java.lang.String[] args)
Entry point to the TestLoad application. This program requires 2 parameters: the first should be a compiled stemmer file,and the second should be the file the first was compiled from.

Parameters:
args - the command line arguments