C# Class SF.Snowball.Ext.GermanStemmer

Generated class implementing code defined by a snowball script.
Inheritance: SF.Snowball.SnowballProgram
显示文件 Open project: synhershko/lucene.net Class Usage Examples

Public Methods

Method Description
GermanStemmer ( ) : System
Stem ( ) : bool

Protected Methods

Method Description
copy_from ( GermanStemmer other ) : void

Private Methods

Method Description
InitBlock ( ) : void
r_R1 ( ) : bool
r_R2 ( ) : bool
r_mark_regions ( ) : bool
r_postlude ( ) : bool
r_prelude ( ) : bool
r_standard_suffix ( ) : bool

Method Details

GermanStemmer() public method

public GermanStemmer ( ) : System
return System

Stem() public method

public Stem ( ) : bool
return bool

copy_from() protected method

protected copy_from ( GermanStemmer other ) : void
other GermanStemmer
return void