C# Class Lucene.Net.Analysis.Fi.FinnishLightStemmer

Light Stemmer for Finnish.

This stemmer implements the algorithm described in: Report on CLEF-2003 Monolingual Tracks Jacques Savoy

Datei anzeigen Open project: apache/lucenenet

Public Methods

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

Private Methods

Method Description
isVowel ( char ch ) : bool
norm1 ( char s, int len ) : int
norm2 ( char s, int len ) : int
step1 ( char s, int len ) : int
step2 ( char s, int len ) : int
step3 ( char s, int len ) : int

Method Details

stem() public method

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