Class Reduce

java.lang.Object
org.egothor.stemmer.Reduce
Direct Known Subclasses:
Gener, Lift, Optimizer

public class Reduce extends Object
The Reduce object is used to remove gaps in a Trie which stores a dictionary.
  • Constructor Details

    • Reduce

      public Reduce()
      Constructor for the Reduce object.
  • Method Details

    • optimize

      public Trie optimize(Trie orig)
      Optimize (remove holes in the rows) the given Trie and return the restructured Trie.
      Parameters:
      orig - the Trie to optimize
      Returns:
      the restructured Trie