Searched defs:by (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/contrib/analyzers/stempel/src/java/org/egothor/stemmer/
H A DMultiTrie.java8 This software is copyrighted by the "Egothor developers". If this
36 "This product includes software developed by the Egothor Project.
51 This software consists of voluntary contributions made by many
53 created by Leo Galambos (Leo.G@seznam.cz).
65 * commands. The MultiTrie handles patch commmands individually (each command by
183 * @param by the Trie to reduce
187 public Trie reduce(Reduce by) { argument
190 h.add(trie.reduce(by));
H A DMultiTrie2.java8 This software is copyrighted by the "Egothor developers". If this
36 "This product includes software developed by the Egothor Project.
51 This software consists of voluntary contributions made by many
53 created by Leo Galambos (Leo.G@seznam.cz).
68 * the commands are delimited by the skip command.
237 * delimited by NOOP commands.
275 * @param by the Trie to reduce
279 public Trie reduce(Reduce by) { argument
282 h.add(trie.reduce(by));
H A DTrie.java8 This software is copyrighted by the "Egothor developers". If this
36 "This product includes software developed by the Egothor Project.
51 This software consists of voluntary contributions made by many
53 created by Leo Galambos (Leo.G@seznam.cz).
371 * @param by the Trie to reduce
374 public Trie reduce(Reduce by) { argument
375 return by.optimize(this);
390 int by; field in class:Trie.StrEnum
402 by = 1;
405 by
[all...]

Completed in 64 milliseconds