C# 클래스 SF.Snowball.Ext.SwedishStemmer

Generated class implementing code defined by a snowball script.
상속: SF.Snowball.SnowballProgram
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
Stem ( ) : bool
SwedishStemmer ( ) : System

보호된 메소드들

메소드 설명
copy_from ( SwedishStemmer other ) : void

비공개 메소드들

메소드 설명
InitBlock ( ) : void
r_consonant_pair ( ) : bool
r_main_suffix ( ) : bool
r_mark_regions ( ) : bool
r_other_suffix ( ) : bool

메소드 상세

Stem() 공개 메소드

public Stem ( ) : bool
리턴 bool

SwedishStemmer() 공개 메소드

public SwedishStemmer ( ) : System
리턴 System

copy_from() 보호된 메소드

protected copy_from ( SwedishStemmer other ) : void
other SwedishStemmer
리턴 void