Uses of Interface
org.egothor.stemmer.FrequencyTrie.ValueStreamCodec
Packages that use FrequencyTrie.ValueStreamCodec
Package
Description
Provides the core Egothor-style stemming infrastructure based on compact
patch-command tries.
-
Uses of FrequencyTrie.ValueStreamCodec in org.egothor.stemmer
Methods in org.egothor.stemmer with parameters of type FrequencyTrie.ValueStreamCodecModifier and TypeMethodDescriptionstatic <V> FrequencyTrie<V> FrequencyTrie.readFrom(InputStream inputStream, IntFunction<V[]> arrayFactory, FrequencyTrie.ValueStreamCodec<V> valueCodec) Reads a compiled trie from the supplied input stream.voidFrequencyTrie.writeTo(OutputStream outputStream, FrequencyTrie.ValueStreamCodec<V> valueCodec) Writes this compiled trie to the supplied output stream.