java.lang.Object
org.egothor.stemmer.Compile
The Compile class is used to compile a stemmer table.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
backward
static boolean backward -
multi
static boolean multi -
trie
-
-
Constructor Details
-
Compile
private Compile()no instantiation
-
-
Method Details
-
main
Entry point to the Compile application.This program takes any number of arguments: the first is the name of the desired stemming algorithm to use (a list is available in the package description) , all of the rest should be the path or paths to a file or files containing a stemmer table to compile.
- Parameters:
args
- the command line arguments- Throws:
Exception
-
allocTrie
static void allocTrie()
-