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.stemmerClassDescriptionDefines how dictionary items are normalized with respect to letter casing.Defines how dictionary loading and trie traversal should treat diacritics.Read-only trie mapping
Stringkeys to one or more values with frequency tracking.Builder ofFrequencyTrie.Codec used to persist values stored in the trie.Encodes a compact patch command that transforms one word form into another and applies such commands back to source words.Fluent builder for creating direction-specializedPatchCommandEncoderinstances.Defines the subtree reduction strategy applied during trie compilation.Immutable reduction configuration used byFrequencyTrie.Builder.Callback receiving one parsed dictionary line.Immutable parsing statistics.One immutable result row of the knowledge experiment.Supported bundled stemmer dictionaries.Immutable metadata persisted together with a compiled trie artifact.Immutable value-count pair returned by read-only trie queries.Defines the logical direction in which word characters are traversed. -
Classes in org.egothor.stemmer used by org.egothor.stemmer.trie