|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.stemmers.Stemming
public class Stemming
A helper class for using the stemmers. Run with option '-h' to list all the available options.
Constructor Summary | |
---|---|
Stemming()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Stemming()
Method Detail |
---|
public static void useStemmer(Stemmer stemmer, java.lang.String[] options) throws java.lang.Exception
stemmer
- the stemmer to useoptions
- the options for the stemmer
java.lang.Exception
- if something goes wrongpublic java.lang.String getRevision()
getRevision
in interface RevisionHandler
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |