org.eml.sir.util
Class LuceneGermanStemmer

java.lang.Object
  extended byorg.eml.sir.util.Stemmer
      extended byorg.eml.sir.util.LuceneGermanStemmer
All Implemented Interfaces:
java.io.Serializable

public class LuceneGermanStemmer
extends Stemmer

This class implements LuceneGermanStemmer as the stemmer for the construction of a StemmingGermaNetObject.

Author:
Sinian Zhang
See Also:
Serialized Form

Constructor Summary
LuceneGermanStemmer()
           
 
Method Summary
 java.util.HashMap stem(java.util.ArrayList words)
          This method implements the inherited method "stem(ArrayList words)" from class "org.eml.sir.util.Stemmer".
 java.lang.String stem(java.lang.String word)
          This method implements the inherited method "stem(String word)" from class "org.eml.sir.util.Stemmer".
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuceneGermanStemmer

public LuceneGermanStemmer()
Method Detail

stem

public java.lang.String stem(java.lang.String word)
This method implements the inherited method "stem(String word)" from class "org.eml.sir.util.Stemmer".

Specified by:
stem in class Stemmer
See Also:
Stemmer.stem(java.lang.String)

stem

public java.util.HashMap stem(java.util.ArrayList words)
This method implements the inherited method "stem(ArrayList words)" from class "org.eml.sir.util.Stemmer".

Specified by:
stem in class Stemmer
Parameters:
words - ArrayList of Strings.
Returns:
HashMap with words as keys and their stemms as value.
See Also:
Stemmer.stem(java.lang.String)