org.egothor.stemmer
Class TestAll

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

public class TestAll
extends java.lang.Object

The TestAll class is used to test the getAll method. This method will return all transformation commands lying on a path in a trie holding a dictionary of terms.

Author:
Leo Galambos

Constructor Summary
TestAll()
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point to the TestAll application.If no parameter is specified, selfTest() is run.
static void selfTest()
          Run the test with some hard coded data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAll

public TestAll()
Method Detail

selfTest

public static void selfTest()
Run the test with some hard coded data.


main

public static void main(java.lang.String[] args)
Entry point to the TestAll application.If no parameter is specified, selfTest() is run. Otherwise, the user should specify a stemming method to use.

Parameters:
args - the command line argument