Package net.ontopia.topicmaps.classify
Class SnowballStemmer
- java.lang.Object
-
- net.ontopia.topicmaps.classify.SnowballStemmer
-
- All Implemented Interfaces:
TermStemmerIF
public class SnowballStemmer extends Object implements TermStemmerIF
INTERNAL:
-
-
Field Summary
Fields Modifier and Type Field Description protected org.tartarus.snowball.SnowballProgram
stemmer
-
Constructor Summary
Constructors Constructor Description SnowballStemmer(String lang)
-
-
-
Constructor Detail
-
SnowballStemmer
public SnowballStemmer(String lang)
-
-
Method Detail
-
stem
public String stem(String term)
Description copied from interface:TermStemmerIF
INTERNAL: Return the stem of the term.- Specified by:
stem
in interfaceTermStemmerIF
-
-