C# Class Lucene.Net.Tartarus.Snowball.Ext.PorterStemmer

This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
Inheritance: SnowballProgram
ファイルを表示 Open project: apache/lucenenet

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
Stem ( ) : bool

Private Methods

Method Description
copy_from ( PorterStemmer other ) : 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

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Stem() public method

public Stem ( ) : bool
return bool