pytries / marisa-trieLinks
Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
☆1,113Updated 3 weeks ago
Alternatives and similar repositories for marisa-trie
Users that are interested in marisa-trie are comparing it to the libraries listed below
Sorting:
- Python library implementing a trie data structure.☆824Updated 4 years ago
- Fast, efficiently stored Trie for Python. Uses libdatrie.☆544Updated 2 weeks ago
- Python module (C extension and plain python) implementing Aho-Corasick algorithm☆1,044Updated 2 weeks ago
- DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.☆303Updated last year
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆1,275Updated 4 years ago
- Python extension module for accelerating regular expressions using libesm☆132Updated 2 years ago
- Fast multi-keyword search engine for text strings☆257Updated last year
- Pure python Aho-Corasick library.☆219Updated 2 years ago
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆389Updated 3 years ago
- English word segmentation, written in pure-Python, and based on a trillion-word corpus.☆378Updated 2 years ago
- Simhash and near-duplicate detection☆420Updated 2 years ago
- Python Non-cryptographic Hash Library☆288Updated 2 years ago
- Iterative JSON parser with Pythonic interface☆629Updated 5 years ago
- Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions.☆352Updated 2 weeks ago
- Plyvel, a fast and feature-rich Python interface to LevelDB☆565Updated 2 months ago
- A Python Implementation of Simhash Algorithm☆1,028Updated 3 years ago
- A fast and memory efficient LRU cache for Python☆281Updated 3 weeks ago
- A python binding for crfsuite☆771Updated 2 months ago
- spellchecking library for python☆614Updated 2 months ago
- Timeout decorator for Python☆644Updated last year
- Python stemming library using snowball stemmers☆264Updated 2 months ago
- Fast implementation of the edit distance(Levenshtein distance)☆690Updated last year
- Python wrapper for RE2☆647Updated 2 years ago
- Parse human-readable date/time strings☆707Updated last month
- Universal Python binding for the LMDB 'Lightning' Database☆722Updated last month
- CRFsuite: a fast implementation of Conditional Random Fields (CRFs)☆663Updated last year
- Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python.☆325Updated last year
- Scalable Bloom Filter implemented in Python☆1,624Updated 4 years ago
- Persistent dict, backed by sqlite3 and pickle, multithread-safe.☆1,230Updated 2 years ago
- A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.☆672Updated 8 months ago