C# Class SF.Snowball.Ext.SwedishStemmer

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

Méthodes protégées

Méthode Description
copy_from ( SwedishStemmer other ) : void

Private Methods

Méthode Description
InitBlock ( ) : void
r_consonant_pair ( ) : bool
r_main_suffix ( ) : bool
r_mark_regions ( ) : bool
r_other_suffix ( ) : bool

Method Details

Stem() public méthode

public Stem ( ) : bool
Résultat bool

SwedishStemmer() public méthode

public SwedishStemmer ( ) : System
Résultat System

copy_from() protected méthode

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