C# Class SF.Snowball.Ext.KpStemmer

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

Protected Methods

Method Description
copy_from ( KpStemmer other ) : void

Private Methods

Method Description
InitBlock ( ) : void
r_C ( ) : bool
r_Lose_infix ( ) : bool
r_Lose_prefix ( ) : bool
r_R1 ( ) : bool
r_R2 ( ) : bool
r_Step_1 ( ) : bool
r_Step_1c ( ) : bool
r_Step_2 ( ) : bool
r_Step_3 ( ) : bool
r_Step_4 ( ) : bool
r_Step_6 ( ) : bool
r_Step_7 ( ) : bool
r_V ( ) : bool
r_VX ( ) : bool
r_lengthen_V ( ) : bool
r_measure ( ) : bool

Method Details

KpStemmer() public method

public KpStemmer ( ) : System
return System

Stem() public method

public Stem ( ) : bool
return bool

copy_from() protected method

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