Uses of Class
org.egothor.stemmer.trie.ReducedNode
Packages that use ReducedNode
Package
Description
Provides internal trie infrastructure used by
FrequencyTrie compilation, reduction,
canonicalization, and binary reconstruction.-
Uses of ReducedNode in org.egothor.stemmer.trie
Methods in org.egothor.stemmer.trie that return ReducedNodeModifier and TypeMethodDescriptionReductionContext.lookup(ReductionSignature<V> signature) Looks up a canonical node.Methods in org.egothor.stemmer.trie that return types with arguments of type ReducedNodeModifier and TypeMethodDescriptionReducedNode.children()Returns the internal canonical child map indexed by transition character.Methods in org.egothor.stemmer.trie with parameters of type ReducedNodeModifier and TypeMethodDescriptionvoidReductionContext.register(ReductionSignature<V> signature, ReducedNode<V> node) Registers a canonical node.Method parameters in org.egothor.stemmer.trie with type arguments of type ReducedNodeModifier 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.voidReducedNode.mergeChildren(Map<Character, ReducedNode<V>> additionalChildren) Merges child references into this node.