Class StemmerPatchTrieBinaryIO

java.lang.Object
org.egothor.stemmer.StemmerPatchTrieBinaryIO

public final class StemmerPatchTrieBinaryIO extends Object
Binary persistence helper for patch-command stemmer tries.

This class persists FrequencyTrie instances whose values are compact patch commands represented as String. The serialized trie payload is the native binary format of FrequencyTrie, wrapped in GZip compression.

The helper centralizes the codec and compression details so that higher-level loader APIs can remain focused on source selection rather than stream mechanics.