C# Class SF.Snowball.Ext.DanishStemmer

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
DanishStemmer ( ) : System
Stem ( ) : bool

Protected Methods

Method Description
copy_from ( DanishStemmer other ) : void

Private Methods

Method Description
InitBlock ( ) : void
r_consonant_pair ( ) : bool
r_main_suffix ( ) : bool
r_mark_regions ( ) : bool
r_other_suffix ( ) : bool
r_undouble ( ) : bool

Method Details

DanishStemmer() public method

public DanishStemmer ( ) : System
return System

Stem() public method

public Stem ( ) : bool
return bool

copy_from() protected method

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