Class Reduce
Namespace: Egothor.Stemmer
Assembly: Lucene.Net.Analysis.Stempel.dll
Syntax
public class Reduce : object
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 |