public class Stemming extends java.lang.Object implements RevisionHandler
Constructor and Description |
---|
Stemming() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
static void |
useStemmer(Stemmer stemmer,
java.lang.String[] options)
Applies the given stemmer according to the given options.
|
public static void useStemmer(Stemmer stemmer, java.lang.String[] options) throws java.lang.Exception
stemmer
- the stemmer to useoptions
- the options for the stemmerjava.lang.Exception
- if something goes wrongpublic java.lang.String getRevision()
getRevision
in interface RevisionHandler