public class Stemming extends Object implements RevisionHandler
| Constructor and Description |
|---|
Stemming() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRevision()
Returns the revision string.
|
static void |
useStemmer(Stemmer stemmer,
String[] options)
Applies the given stemmer according to the given options.
|
public static void useStemmer(Stemmer stemmer, String[] options) throws Exception
stemmer - the stemmer to useoptions - the options for the stemmerException - if something goes wrongpublic String getRevision()
getRevision in interface RevisionHandlerCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.