weka.core.stemmers
Class Stemming

java.lang.Object
  extended by weka.core.stemmers.Stemming

public class Stemming
extends java.lang.Object

A helper class for using the stemmers. Run with option '-h' to list all the available options.

Version:
$Revision: 1.2 $
Author:
FracPete (fracpete at waikato dot ac dot nz)

Constructor Summary
Stemming()
           
 
Method Summary
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

Stemming

public Stemming()
Method Detail

useStemmer

public static void useStemmer(Stemmer stemmer,
                              java.lang.String[] options)
                       throws java.lang.Exception
Applies the given stemmer according to the given options. '-h' lists all the available options for the given stemmer.

Parameters:
stemmer - the stemmer to use
options - the options for the stemmer
Throws:
java.lang.Exception - if something goes wrong