https://github.com/ivanyu/bwt-ld-experiment
A little experiment with Burrows-Wheeler transform and Levenshtein distance
https://github.com/ivanyu/bwt-ld-experiment
Last synced: 30 days ago
JSON representation
A little experiment with Burrows-Wheeler transform and Levenshtein distance
- Host: GitHub
- URL: https://github.com/ivanyu/bwt-ld-experiment
- Owner: ivanyu
- License: mit
- Created: 2013-03-19T20:20:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-21T12:53:32.000Z (about 12 years ago)
- Last Synced: 2025-02-01T20:13:19.579Z (3 months ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
bwt-ld-experiment
=================A little experiment with Burrows-Wheeler transform and Levenshtein distance.
The code is licensed under the MIT license.
The text is the public domain.