Lempel-Ziv data compression technique utilizing a dictionary pre-filled with frequent letter combinations, words and/or phrases
An adaptive compression technique which is an improvement to Lempel-Ziv (LZ) compression techniques, both for reducing required storage space and for reducing transmission time. Pre-filled compression dictionaries are utilized to address the problem in which the compression software starts with an empty dictionary.