C# Class SF.Snowball.Ext.SwedishStemmer

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

Public Methods

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

Protected Methods

Method Description
copy_from ( SwedishStemmer other ) : void

Private Methods

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

Method Details

Stem() public method

public Stem ( ) : bool
return bool

SwedishStemmer() public method

public SwedishStemmer ( ) : System
return System

copy_from() protected method

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