C# Class ABB.Swum.NullStemmer

This is a "null" stemmer. It does not actually do any stemming, but just returns the original word unaltered.
Inheritance: Stemmer
Afficher le fichier Open project: abb-iss/Swum.NET

Méthodes publiques

Méthode Description
Stem ( string word ) : string

Returns the supplied word unchanged.

Method Details

Stem() public méthode

Returns the supplied word unchanged.
public Stem ( string word ) : string
word string The word to stem.
Résultat string