ptrus / suffix-treesLinks
Python implementation of Suffix Trees and Generalized Suffix Trees.
☆127Updated 4 years ago
Alternatives and similar repositories for suffix-trees
Users that are interested in suffix-trees are comparing it to the libraries listed below
Sorting:
- Suffix tree for string searching☆161Updated 3 years ago
- Ukkonen's suffix tree algorithm, a complete version implemented in Python☆26Updated last year
- A Generalized Suffix Tree for any Python iterable using Ukkonen's algorithm, with Lowest Common Ancestor retrieval.☆52Updated last year
- A Fast Levenshtein Distance Library for Python☆83Updated 3 months ago
- The Nested Containment List for Python. Basically a static interval-tree that is silly fast for both construction and lookups.☆221Updated 9 months ago
- fast, pure-python interval overlap testing☆52Updated 4 years ago
- markov clustering in python☆173Updated 3 years ago
- Open compressed files in Python☆74Updated 3 weeks ago
- A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.☆657Updated 2 months ago
- Python library for handling efficiently sorted integer sets.☆210Updated 3 weeks ago
- Levenshtein and Hamming distance computation☆116Updated 5 years ago
- Python package for string algorithms ➰☆47Updated 5 months ago
- Example Python code for comparing documents using MinHash☆251Updated 6 years ago
- A simple proof of concept levenshtein automaton in Python☆109Updated 9 years ago
- FM-Index full-text index implementation using RRR Wavelet trees (libcds) and fast suffix sorting (libdivsufsort) including experimental r…☆107Updated 10 years ago
- Optimized implementation of suffix tree in python using Ukkonen's algorithm.☆52Updated 2 years ago
- LSH based high dimensional clustering for sets and points☆79Updated 10 years ago
- Generalized enhanced suffix array construction in external memory [CPM'13, AMB 2017]☆15Updated 3 years ago
- A simple C++11 memory monitor☆15Updated 9 years ago
- BlastGraph is a new tool for computing intensive approximate pattern matching in a sequence graph or a de-Bruijn graph. Given an oriented…☆12Updated 12 years ago
- C++ Implementations of sketch data structures with SIMD Parallelism, including Python bindings☆153Updated 10 months ago
- ☆23Updated last year
- A Locality Sensitive Hashing (LSH) library with an emphasis on large, highly-dimensional datasets.☆147Updated 9 months ago
- Faster zlib and gzip compatible compression and decompression by providing python bindings for the isa-l library.☆50Updated last week
- Weighted Levenshtein library☆109Updated 2 years ago
- Draw NetworkX graphs using pydot/graphviz, with support for IPython notebooks.☆118Updated 5 years ago
- Pilot to work with dynamic visualization by using python☆59Updated 5 years ago
- Fast hierarchical clustering routines for R and Python.☆145Updated 3 weeks ago
- ☆39Updated 9 years ago
- BEETL☆96Updated 2 years ago