Skip to content
/ estcompr Public

algorithms related to "estimating compressibility"

Notifications You must be signed in to change notification settings

oneb/estcompr

Repository files navigation

Test implementation of an algorithm described in the paper "Sublinear Algorithms for Approximating String Compressibility" (https://arxiv.org/abs/0706.1084).

(Serves as part of a computer science MSc thesis related to the subject.)

Usage

Install:

pip3 install -r requirements.txt

Use:

python3 run.py -A 18 -e 0.1 -i myfile

The dsstools directory contains some utilities for counting the number of distinct substrings of different lengths in a file, also related to the aforementioned paper.

About

algorithms related to "estimating compressibility"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages