Documentation  › org.apache.lucene.analysis.de  › GermanStemmer
 
 


  GermanStemmer
  public

  Inherits From:   Object
  Conforms To:   none
  Declared In:   org.apache.lucene.analysis.de


Class Description
 
A stemmer for German words. The algorithm is based on the report "A Fast and Simple Stemming Algorithm for German Words" by Jörg Caumanns (joerg.caumanns@isst.fhg.de).


Class Variables
 
None declared in this class.


Instance Variables
 
None declared in this class.


Constructors
 
GermanStemmer
public GermanStemmer( )

No description available for this constructor.


Class Methods
 
None declared in this class.


Instance Methods
 
stem
protected String stem( String term )

Stemms the given term to an unique discriminator.


Known Subclasses
 
None.



 
 
  dydoc
  3/9/05