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

This is a "null" stemmer. It does not actually do any stemming, but just returns the original word unaltered.
Наследование: Stemmer
Показать файл Открыть проект

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

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

Returns the supplied word unchanged.

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

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

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