de.aitools.ie.stemming.stemmer
Interface Stemmer

All Known Implementing Classes:
LeastFrequentSubstringStemmer, NoStemmer, SnowballStemmer, Truncate5FrontStemmer

public interface Stemmer


Method Summary
 java.lang.String stem(java.lang.String word)
          Builds the stem of the specified word.
 

Method Detail

stem

java.lang.String stem(java.lang.String word)
Builds the stem of the specified word.

Parameters:
word - Word to be stemmed.
Returns:
Stem of the specified word.