net.ontopia.topicmaps.classify
Interface TermStemmerIF

All Known Implementing Classes:
SnowballStemmer

public interface TermStemmerIF

INTERNAL: A stemmer produces the stem of a word from a form of the word. That is, "stemmer", "stemming", "stemmed", and "stem" should all yield "stem".


Method Summary
 java.lang.String stem(java.lang.String term)
          INTERNAL: Return the stem of the term.
 

Method Detail

stem

java.lang.String stem(java.lang.String term)
INTERNAL: Return the stem of the term.



Copyright © 2000-2012 Ontopia.