Class Reduce
Inherited Members
Namespace: Egothor.Stemmer
Assembly: Lucene.Net.Analysis.Stempel.dll
Syntax
public class Reduce
  Constructors
Reduce()
Constructor for the Reduce object.
Declaration
public Reduce()
  Methods
Optimize(Trie)
Declaration
public virtual Trie Optimize(Trie orig)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Trie | orig | the Trie to optimize  | 
      
Returns
| Type | Description | 
|---|---|
| Trie | the restructured Trie  |