C# Class Lucene.Net.Analysis.Cz.CzechStemmer

Light Stemmer for Czech.

Implements the algorithm described in: Indexing and stemming approaches for the Czech language http://portal.acm.org/citation.cfm?id=1598600

Exibir arquivo Open project: apache/lucenenet

Public Methods

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

Stem an input buffer of Czech text.

Private Methods

Method Description
Normalize ( char s, int len ) : int
RemoveCase ( char s, int len ) : int
RemovePossessives ( char s, int len ) : int

Method Details

Stem() public method

Stem an input buffer of Czech text.
public Stem ( char s, int len ) : int
s char input buffer
len int length of input buffer
return int