C# Class ABB.Swum.Stemmer

Determines the stem of a given word.
Show file Open project: abb-iss/Swum.NET

Public Methods

Method Description
Stem ( string word ) : string

Returns the stem of the given word.

Method Details

Stem() public abstract method

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