Uses of Class
org.egothor.stemmer.trie.LocalValueSummary
Packages that use LocalValueSummary
Package
Description
Provides internal trie infrastructure used by
FrequencyTrie compilation, reduction,
canonicalization, and binary reconstruction.-
Uses of LocalValueSummary in org.egothor.stemmer.trie
Methods in org.egothor.stemmer.trie that return LocalValueSummaryModifier and TypeMethodDescriptionstatic <V> LocalValueSummary<V> LocalValueSummary.of(Map<V, Integer> counts, IntFunction<V[]> arrayFactory) Builds a summary from local counts.Methods in org.egothor.stemmer.trie with parameters of type LocalValueSummaryModifier and TypeMethodDescriptionstatic <V> ReductionSignature<V> ReductionSignature.create(LocalValueSummary<V> localSummary, Map<Character, ReducedNode<V>> children, ReductionSettings settings) Creates a subtree signature according to the selected reduction mode.