Uses of Record Class
org.egothor.stemmer.ValueCount
Packages that use ValueCount
Package
Description
Provides the core Egothor-style stemming infrastructure based on compact
patch-command tries.
-
Uses of ValueCount in org.egothor.stemmer
Methods in org.egothor.stemmer that return types with arguments of type ValueCountModifier and TypeMethodDescriptionList<ValueCount<V>> FrequencyTrie.getEntries(String key) Returns all values stored at the node addressed by the supplied key together with their occurrence counts, ordered by the same rules asFrequencyTrie.getAll(String).