C# Класс Lucene.Net.Analysis.Hunspell.HunspellStem

Показать файл Открыть проект

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

Метод Описание
AddPrefix ( HunspellAffix prefix ) : void

Adds a prefix to the list of prefixes used to generate this stem. Because it is assumed that prefixes are added depth first, the prefix is added to the front of the list.

AddSuffix ( HunspellAffix suffix ) : void

Adds a suffix to the list of suffixes used to generate this stem. Because it is assumed that suffixes are added depth first, the suffix is added to the end of the list.

HunspellStem ( String stem ) : System

Creates a new Stem wrapping the given word stem.

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

AddPrefix() публичный Метод

Adds a prefix to the list of prefixes used to generate this stem. Because it is assumed that prefixes are added depth first, the prefix is added to the front of the list.
public AddPrefix ( HunspellAffix prefix ) : void
prefix HunspellAffix Prefix to add to the list of prefixes for this stem.
Результат void

AddSuffix() публичный Метод

Adds a suffix to the list of suffixes used to generate this stem. Because it is assumed that suffixes are added depth first, the suffix is added to the end of the list.
public AddSuffix ( HunspellAffix suffix ) : void
suffix HunspellAffix Suffix to add to the list of suffixes for this stem.
Результат void

HunspellStem() публичный Метод

Creates a new Stem wrapping the given word stem.
public HunspellStem ( String stem ) : System
stem String
Результат System