C# Class SF.Snowball.Ext.EnglishStemmer

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

Protected Methods

Method Description
copy_from ( EnglishStemmer 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_5 ( ) : bool
r_exception1 ( ) : bool
r_exception2 ( ) : bool
r_mark_regions ( ) : bool
r_postlude ( ) : bool
r_prelude ( ) : bool
r_shortv ( ) : bool

Method Details

EnglishStemmer() public method

public EnglishStemmer ( ) : System
return System

Stem() public method

public Stem ( ) : bool
return bool

copy_from() protected method

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