kea.stemmers
Class SpanishStemmer
java.lang.Object
kea.stemmers.Stemmer
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
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpanishStemmer
public SpanishStemmer()
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