Package net.ontopia.topicmaps.classify
Interface TermStemmerIF
-
- All Known Implementing Classes:
SnowballStemmer
public interface TermStemmerIFINTERNAL: 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringstem(String term)INTERNAL: Return the stem of the term.
-