Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrijast/lingress
A language compression tool
https://github.com/andrijast/lingress
bun compression huffman-coding
Last synced: 3 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T09:44:31.000Z (3 months ago)
- Last Synced: 2024-09-27T12:40:26.477Z (3 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.