ABB.Swum.Stemmer.Stem C# (CSharp) Method

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
        public abstract string Stem(string word);
    }
Stemmer