Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.