org.egothor.stemmer
Class Test

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

public class Test
extends java.lang.Object

The Test class is used to test stemming methods.

Author:
Leo Galambos

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

Constructor Detail

Test

public Test()
Method Detail

selfTest

public static void selfTest()
Test using some hard coded data.


main

public static void main(java.lang.String[] args)
Entry point to the Test 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