C# Class SF.Snowball.Ext.FinnishStemmer

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

Méthodes protégées

Méthode Description
copy_from ( FinnishStemmer other ) : void

Private Methods

Méthode Description
InitBlock ( ) : void
r_LONG ( ) : bool
r_R2 ( ) : bool
r_VI ( ) : bool
r_case ( ) : bool
r_i_plural ( ) : bool
r_mark_regions ( ) : bool
r_other_endings ( ) : bool
r_particle_etc ( ) : bool
r_possessive ( ) : bool
r_t_plural ( ) : bool
r_tidy ( ) : bool

Method Details

FinnishStemmer() public méthode

public FinnishStemmer ( ) : System
Résultat System

Stem() public méthode

public Stem ( ) : bool
Résultat bool

copy_from() protected méthode

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