de.aitools.ie.stemming.stemmer
Class LeastFrequentSubstringStemmer

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

public class LeastFrequentSubstringStemmer
extends java.lang.Object
implements Stemmer


Constructor Summary
LeastFrequentSubstringStemmer(int subSequenceLength, java.util.Locale language, Mode mode)
           
 
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

LeastFrequentSubstringStemmer

public LeastFrequentSubstringStemmer(int subSequenceLength,
                                     java.util.Locale language,
                                     Mode mode)
                              throws java.net.URISyntaxException,
                                     java.io.IOException
Throws:
java.net.URISyntaxException
java.io.IOException
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.