kea.stemmers
Class SpanishStemmer

java.lang.Object
  extended by kea.stemmers.Stemmer
      extended by kea.stemmers.SpanishStemmer
All Implemented Interfaces:
java.io.Serializable

public class SpanishStemmer
extends Stemmer

Wrapper for the Snowball stemmer for Spanish // use stemSB Or translation of the Stemmer implemented in C i found here: http://members.unine.ch/jacques.savoy/clef/index.html

Author:
Olena Medelyan
See Also:
Serialized Form

Constructor Summary
SpanishStemmer()
           
 
Method Summary
static void main(java.lang.String[] ops)
          The main method.
 java.lang.String stem(java.lang.String word)
          Iterated stemming of the given word.
 java.lang.String stemSB(java.lang.String str)
           
 
Methods inherited from class kea.stemmers.Stemmer
stemString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanishStemmer

public SpanishStemmer()
Method Detail

stemSB

public java.lang.String stemSB(java.lang.String str)

stem

public java.lang.String stem(java.lang.String word)
Description copied from class: Stemmer
Iterated stemming of the given word.

Specified by:
stem in class Stemmer

main

public static void main(java.lang.String[] ops)
The main method. // for testing