net.ontopia.topicmaps.classify
Class SnowballStemmer

java.lang.Object
  extended by net.ontopia.topicmaps.classify.SnowballStemmer
All Implemented Interfaces:
TermStemmerIF

public class SnowballStemmer
extends java.lang.Object
implements TermStemmerIF

INTERNAL:


Field Summary
protected  org.tartarus.snowball.SnowballProgram stemmer
           
protected  java.lang.reflect.Method stemMethod
           
 
Constructor Summary
SnowballStemmer(java.lang.String lang)
           
 
Method Summary
 java.lang.String stem(java.lang.String term)
          INTERNAL: Return the stem of the term.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stemmer

protected org.tartarus.snowball.SnowballProgram stemmer

stemMethod

protected java.lang.reflect.Method stemMethod
Constructor Detail

SnowballStemmer

public SnowballStemmer(java.lang.String lang)
Method Detail

stem

public java.lang.String stem(java.lang.String term)
Description copied from interface: TermStemmerIF
INTERNAL: Return the stem of the term.

Specified by:
stem in interface TermStemmerIF


Copyright © 2000-2012 Ontopia.