C# Class SF.Snowball.Ext.PorterStemmer

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

Protected Methods

Method Description
copy_from ( PorterStemmer other ) : void

Private Methods

Method Description
InitBlock ( ) : void
r_R1 ( ) : bool
r_R2 ( ) : bool
r_Step_1a ( ) : bool
r_Step_1b ( ) : bool
r_Step_1c ( ) : bool
r_Step_2 ( ) : bool
r_Step_3 ( ) : bool
r_Step_4 ( ) : bool
r_Step_5a ( ) : bool
r_Step_5b ( ) : bool
r_shortv ( ) : bool

Method Details

PorterStemmer() public method

public PorterStemmer ( ) : System
return System

Stem() public method

public Stem ( ) : bool
return bool

copy_from() protected method

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