C# Class ABB.Swum.Stemmer

Determines the stem of a given word.
Afficher le fichier Open project: abb-iss/Swum.NET

Méthodes publiques

Méthode Description
Stem ( string word ) : string

Returns the stem of the given word.

Method Details

Stem() public abstract méthode

Returns the stem of the given word.
public abstract Stem ( string word ) : string
word string The word to stem.
Résultat string