C# Class SF.Snowball.Ext.German2Stemmer

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
copy_from ( German2Stemmer other ) : void

Private Methods

Méthode Description
InitBlock ( ) : void
r_R1 ( ) : bool
r_R2 ( ) : bool
r_mark_regions ( ) : bool
r_postlude ( ) : bool
r_prelude ( ) : bool
r_standard_suffix ( ) : bool

Method Details

German2Stemmer() public méthode

public German2Stemmer ( ) : System
Résultat System

Stem() public méthode

public Stem ( ) : bool
Résultat bool

copy_from() protected méthode

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