https://github.com/andrijast/lingress
A language compression tool
https://github.com/andrijast/lingress
bun compression huffman-coding
Last synced: 5 months ago
JSON representation
A language compression tool
- Host: GitHub
- URL: https://github.com/andrijast/lingress
- Owner: andrijast
- License: mit
- Created: 2024-09-15T11:37:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T09:44:31.000Z (over 1 year ago)
- Last Synced: 2025-10-24T03:39:16.441Z (8 months ago)
- Topics: bun, compression, huffman-coding
- Language: TypeScript
- Homepage: https://andrijast.github.io/lingress/
- Size: 2.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lingress
A simple lossless compression tool efficient for compressing text in the English language. It uses [Huffman coding](https://en.wikipedia.org/wiki/Huffman_coding) based on a list of words and their approximate frequency. The list used is derived from [this](https://www.kaggle.com/datasets/rtatman/english-word-frequency/data) dataset.