LLMA = LLM + Arithmetic coder, which use LLM to do insane text data compression. LLMA=大模型+算术编码,它能使用LLM对文本数据进行暴力的压缩,达到极高的压缩率。
-
Updated
Nov 24, 2024 - Python
LLMA = LLM + Arithmetic coder, which use LLM to do insane text data compression. LLMA=大模型+算术编码,它能使用LLM对文本数据进行暴力的压缩,达到极高的压缩率。
Extreme inline text compression for HTML / JS. A custom pipeline that generates stand-alone HTML or JS files which embed competitively compressed self-extracting text, with file sizes of 25% - 40% the original.
Using Huffman code to encode and compress the secret text data along with using histogram shifting to encode the data into the image.
A text compression tool & library
Data driven approach for compressing text using an encoder-decoder architecture and word-level embeddings.
A simple python implementation for the well-known compression algorithm LZW
Official Implementation of Paper "A Novel Metric for Evaluating Semantics Preservation"
Highlights the key matches between your Given PDF and the description text
Magic Text is able to Magicify Text into letters and numbers, and Un-Magicify letters and numbers back into readable text
Text compression algorithm(s) developed as a part of a Data structures and Algorithms project at University of Helsinki
iCompress is a Python-based text file compression tool that uses the Huffman coding algorithm to compress and decompress text files. The tool takes an input file, compresses it using Huffman coding, and generates a compressed output file. It can also decompress a compressed file and retrieve the original file.
LLM based text compressor which performs better than SOTA text compression algorithms
A rudimentary implementation of DQN RL for Text Compression
Add a description, image, and links to the text-compression topic page so that developers can more easily learn about it.
To associate your repository with the text-compression topic, visit your repo's landing page and select "manage topics."