de.aitools.ie.stemming.stemmer
Class Truncate5FrontStemmer

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

public class Truncate5FrontStemmer
extends java.lang.Object
implements Stemmer


Constructor Summary
Truncate5FrontStemmer()
           
 
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

Truncate5FrontStemmer

public Truncate5FrontStemmer()
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.