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

This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
Inheritance: SnowballProgram
Mostrar archivo Open project: apache/lucenenet

Public Methods

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

Private Methods

Method Description
copy_from ( FrenchStemmer other ) : void
r_R1 ( ) : bool
r_R2 ( ) : bool
r_RV ( ) : bool
r_i_verb_suffix ( ) : bool
r_mark_regions ( ) : bool
r_postlude ( ) : bool
r_prelude ( ) : bool
r_residual_suffix ( ) : bool
r_standard_suffix ( ) : bool
r_un_accent ( ) : bool
r_un_double ( ) : bool
r_verb_suffix ( ) : 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