|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.stemmer.TestAll
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.
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 |
public TestAll()
Method Detail |
public static void selfTest()
public static void main(java.lang.String[] args)
selfTest()
is run. Otherwise, the user should
specify a stemming method to use.
args
- the command line argument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |