Uses of Class
org.egothor.stemmer.FrequencyTrie.Builder
Packages that use FrequencyTrie.Builder
Package
Description
Provides the core Egothor-style stemming infrastructure based on compact
patch-command tries.
-
Uses of FrequencyTrie.Builder in org.egothor.stemmer
Methods in org.egothor.stemmer that return FrequencyTrie.BuilderModifier and TypeMethodDescriptionstatic <V> FrequencyTrie.Builder<V> FrequencyTrieBuilders.copyOf(FrequencyTrie<V> source, IntFunction<V[]> arrayFactory, ReductionMode reductionMode) Reconstructs a new writable builder from a compiled read-only trie using default settings for the supplied reduction mode.static <V> FrequencyTrie.Builder<V> FrequencyTrieBuilders.copyOf(FrequencyTrie<V> source, IntFunction<V[]> arrayFactory, ReductionSettings reductionSettings) Reconstructs a new writable builder from a compiled read-only trie.Stores a value for the supplied key and increments its local frequency.Stores a value for the supplied key and increments its local frequency by the specified positive count.