public class Compile extends Object
Constructor and Description |
---|
Compile() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
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.
|
public static void main(String[] args)
args
- the command line argumentsCopyright © 2016 Egothor. All Rights Reserved.