C# 클래스 Lucene.Net.Analysis.Gl.GalicianMinimalStemmer

Minimal Stemmer for Galician

This follows the "RSLP-S" algorithm, but modified for Galician. Hence this stemmer only applies the plural reduction step of: "Regras do lematizador para o galego"

상속: Lucene.Net.Analysis.Pt.RSLPStemmerBase
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
stem ( char s, int len ) : int

메소드 상세

stem() 공개 메소드

public stem ( char s, int len ) : int
s char
len int
리턴 int