Method | Description | |
---|---|---|
Lift ( bool changeSkip ) : Lucene.Net.Support |
Constructor for the Lift object.
|
|
LiftUp ( |
Reduce the trie using Lift-Up reduction. The Lift-Up reduction propagates all leaf-values (patch commands), where possible, to higher levels which are closer to the root of the trie.
|
|
Optimize ( Egothor.Stemmer.Trie orig ) : Egothor.Stemmer.Trie |
Optimize (eliminate rows with no content) the given Trie and return the reduced Trie.
|
public Lift ( bool changeSkip ) : Lucene.Net.Support | ||
changeSkip | bool |
/// when set to |
return | Lucene.Net.Support |
public LiftUp ( |
||
@in | ||
nodes | IList |
contains the patch commands |
return | void |
public Optimize ( Egothor.Stemmer.Trie orig ) : Egothor.Stemmer.Trie | ||
orig | Egothor.Stemmer.Trie | the Trie to optimized |
return | Egothor.Stemmer.Trie |