C# Class SF.Snowball.Ext.FinnishStemmer

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

Public Methods

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

Protected Methods

Method Description
copy_from ( FinnishStemmer other ) : void

Private Methods

Method Description
InitBlock ( ) : void
r_LONG ( ) : bool
r_R2 ( ) : bool
r_VI ( ) : bool
r_case ( ) : bool
r_i_plural ( ) : bool
r_mark_regions ( ) : bool
r_other_endings ( ) : bool
r_particle_etc ( ) : bool
r_possessive ( ) : bool
r_t_plural ( ) : bool
r_tidy ( ) : bool

Method Details

FinnishStemmer() public method

public FinnishStemmer ( ) : System
return System

Stem() public method

public Stem ( ) : bool
return bool

copy_from() protected method

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