public class Compile
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Entry point to the Compile application.
|
public static void main(java.lang.String[] args) throws java.lang.Exception
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.
args
- the command line argumentsjava.lang.Exception
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.