google / pygtrieLinks
Python library implementing a trie data structure.
☆825Updated 4 years ago
Alternatives and similar repositories for pygtrie
Users that are interested in pygtrie are comparing it to the libraries listed below
Sorting:
- Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.☆1,112Updated last week
- Fast, efficiently stored Trie for Python. Uses libdatrie.☆541Updated last month
- Python module (C extension and plain python) implementing Aho-Corasick algorithm☆1,033Updated 3 months ago
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆1,276Updated 4 years ago
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆389Updated 3 years ago
- spellchecking library for python☆613Updated 3 weeks ago
- English word segmentation, written in pure-Python, and based on a trillion-word corpus.☆376Updated 2 years ago
- Python wrapper for RE2☆645Updated last year
- DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.☆303Updated last year
- Fast multi-keyword search engine for text strings☆257Updated last year
- Pure python Aho-Corasick library.☆219Updated 2 years ago
- Iterative JSON parser with Pythonic interface☆629Updated 5 years ago
- Python extension module for accelerating regular expressions using libesm☆132Updated 2 years ago
- Simhash and near-duplicate detection☆419Updated 2 years ago
- Fast implementation of the edit distance(Levenshtein distance)