C# Class SF.Snowball.Ext.PorterStemmer

Generated class implementing code defined by a snowball script.
Inheritance: SF.Snowball.SnowballProgram
Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
PorterStemmer ( ) : System
Stem ( ) : bool

Méthodes protégées

Méthode Description
copy_from ( PorterStemmer other ) : void

Private Methods

Méthode 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 méthode

public PorterStemmer ( ) : System
Résultat System

Stem() public méthode

public Stem ( ) : bool
Résultat bool

copy_from() protected méthode

protected copy_from ( PorterStemmer other ) : void
other PorterStemmer
Résultat void