public class Optimizer2 extends Optimizer
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.
Constructor and Description |
---|
Optimizer2()
Constructor for the Optimizer2 object.
|
Modifier and Type | Method and Description |
---|---|
org.egothor.stemmer.Cell |
merge(org.egothor.stemmer.Cell m,
org.egothor.stemmer.Cell e)
Merge the given Cells and return the resulting Cell.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.