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
Show file Open project: abb-iss/Swum.NET

Public Methods

Method Description
Stem ( string word ) : string

Returns the supplied word unchanged.

Method Details

Stem() public method

Returns the supplied word unchanged.
public Stem ( string word ) : string
word string The word to stem.
return string