Uses of Package
org.egothor.stemmer
Packages that use org.egothor.stemmer
Package
Description
Provides the core Egothor-style stemming infrastructure based on compact
patch-command tries.
Provides internal trie infrastructure used by
FrequencyTrie compilation, reduction,
canonicalization, and binary reconstruction.-
Classes in org.egothor.stemmer used by org.egothor.stemmerClassDescriptionRead-only trie mapping
Stringkeys to one or more values with frequency tracking.Builder ofFrequencyTrie.Codec used to persist values stored in the trie.Defines the subtree reduction strategy applied during trie compilation.Immutable reduction configuration used byFrequencyTrie.Builder.Callback receiving one parsed dictionary line.Immutable parsing statistics.Supported bundled stemmer dictionaries.Immutable value-count pair returned by read-only trie queries. -
Classes in org.egothor.stemmer used by org.egothor.stemmer.trie