C# Класс Egothor.Stemmer.Optimizer2

The Optimizer class is a Trie that will be reduced (have empty rows removed).

This is the result of allowing a joining of rows when there is no collision between non-null values in the rows. Information loss, resulting in the stemmer not being able to recognize words (as in Optimizer), is curtailed, allowing the stemmer to recognize words for which the original trie was built. Use of this class allows the stemmer to be self-teaching.

Наследование: Optimizer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Merge ( Cell m, Cell e ) : Cell

Merge the given Cells and return the resulting Cell.

Optimizer2 ( )

Constructor for the Optimizer2 object.

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

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

Merge the given Cells and return the resulting Cell.
public Merge ( Cell m, Cell e ) : Cell
m Cell the master
e Cell the existing
Результат Cell

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

Constructor for the Optimizer2 object.
public Optimizer2 ( )