C# Class Lucene.Net.Analysis.De.GermanLightStemmer

Light Stemmer for German.

This stemmer implements the "UniNE" algorithm in: Light Stemming Approaches for the French, Portuguese, German and Hungarian Languages Jacques Savoy

Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
Stem ( char s, int len ) : int

Private Methods

Method Description
StEnding ( char ch ) : bool
Step1 ( char s, int len ) : int
Step2 ( char s, int len ) : int

Method Details

Stem() public method

public Stem ( char s, int len ) : int
s char
len int
return int