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).

Namespace: Lucene.Net.Analysis.De
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public class GermanStemmer
Visual Basic
Public Class GermanStemmer
Visual C++
public ref class GermanStemmer

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Analysis.De..::..GermanStemmer

See Also