abusix / ahocorapyLinks
Pure python Aho-Corasick library.
☆216Updated 2 years ago
Alternatives and similar repositories for ahocorapy
Users that are interested in ahocorapy are comparing it to the libraries listed below
Sorting:
- Python module (C extension and plain python) implementing Aho-Corasick algorithm☆1,015Updated last month
- High performance Trie and Ahocorasick automata (AC automata) Keyword Match & Replace Tool for python. Correct case insensitive implementa…☆95Updated 9 months ago
- Python extension module for accelerating regular expressions using libesm☆132Updated last year
- Fast multi-keyword search engine for text strings☆256Updated 10 months ago
- Fast, efficiently stored Trie for Python. Uses libdatrie.☆537Updated last year
- ☆171Updated 4 months ago
- Python Set subclass that supports searching by ngram similarity☆119Updated 3 years ago
- Simhash and near-duplicate detection☆417Updated 2 years ago
- Constants used in Chinese text processing☆374Updated 7 months ago
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆387Updated 2 years ago
- Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.☆1,098Updated this week
- English word segmentation, written in pure-Python, and based on a trillion-word corpus.☆376Updated 2 years ago
- An efficient simhash implementation for python☆125Updated 5 years ago
- Python3 bindings for the Compact Language Detector v3 (CLD3)☆154Updated 2 years ago
- A library implementing different string similarity and distance measures using Python.