Class Reduce
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Egothor.Stemmer
Assembly: Lucene.Net.Analysis.Stempel.dll
Syntax
public class Reduce
  Constructors
| Improve this Doc View SourceReduce()
Constructor for the Reduce object.
Declaration
public Reduce()
  Methods
| Improve this Doc View SourceOptimize(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  |