C# Class SF.Snowball.Ext.DanishStemmer

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

Méthodes protégées

Méthode Description
copy_from ( DanishStemmer 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
r_undouble ( ) : bool

Method Details

DanishStemmer() public méthode

public DanishStemmer ( ) : System
Résultat System

Stem() public méthode

public Stem ( ) : bool
Résultat bool

copy_from() protected méthode

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