de.aitools.ie.stemming.stemmer
Class NoStemmer

java.lang.Object
  extended by de.aitools.ie.stemming.stemmer.NoStemmer
All Implemented Interfaces:
Stemmer

public class NoStemmer
extends java.lang.Object
implements Stemmer


Constructor Summary
NoStemmer()
           
 
Method Summary
 java.lang.String stem(java.lang.String word)
          Builds the stem of the specified word.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoStemmer

public NoStemmer()
Method Detail

stem

public java.lang.String stem(java.lang.String word)
Description copied from interface: Stemmer
Builds the stem of the specified word.

Specified by:
stem in interface Stemmer
Parameters:
word - Word to be stemmed.
Returns:
Stem of the specified word.