All Classes and Interfaces

Class
Description
Command-line compiler of stemmer dictionary files into compressed binary FrequencyTrie artifacts.
Immutable compiled trie node optimized for read access.
Read-only trie mapping String keys to one or more values with frequency tracking.
Builder of FrequencyTrie.
Codec used to persist values stored in the trie.
Factory utilities related to FrequencyTrie.Builder.
Local terminal value summary of a node.
Mutable build-time node.
Intermediate node data used during deserialization before child references are resolved.
Encodes a compact patch command that transforms one word form into another and applies such commands back to source words.
Canonical reduced node used during subtree merging.
Reduction context used while canonicalizing mutable nodes.
Defines the subtree reduction strategy applied during trie compilation.
Immutable reduction configuration used by FrequencyTrie.Builder.
Immutable reduction signature of a full subtree.
Parser of line-oriented stemmer dictionary files.
Callback receiving one parsed dictionary line.
Immutable parsing statistics.
Binary persistence helper for patch-command stemmer tries.
Loader of patch-command tries from bundled stemmer dictionaries.
Supported bundled stemmer dictionaries.
Immutable value-count pair returned by read-only trie queries.