C# Класс ABB.Swum.Stemmer

Determines the stem of a given word.
Показать файл Открыть проект

Открытые методы

Метод Описание
Stem ( string word ) : string

Returns the stem of the given word.

Описание методов

Stem() публичный абстрактный метод

Returns the stem of the given word.
public abstract Stem ( string word ) : string
word string The word to stem.
Результат string