WojciechMula / pyahocorasickLinks
Python module (C extension and plain python) implementing Aho-Corasick algorithm
☆1,030Updated 3 months ago
Alternatives and similar repositories for pyahocorasick
Users that are interested in pyahocorasick are comparing it to the libraries listed below
Sorting:
- Pure python Aho-Corasick library.☆218Updated 2 years ago
- Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.☆1,110Updated this week
- A Python Implementation of Simhash Algorithm☆1,029Updated 3 years ago
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆1,277Updated 4 years ago
- Fast, efficiently stored Trie for Python. Uses libdatrie.☆541Updated last month
- Python library implementing a trie data structure.☆825Updated 4 years ago
- Python extension module for accelerating regular expressions using libesm☆132Updated 2 years ago
- A python binding for crfsuite☆773Updated last month
- A library implementing different string similarity and distance measures using Python.☆1,019Updated 2 years ago
- Simhash and near-duplicate detection☆419Updated 2 years ago
- Fast implementation of the edit distance(Levenshtein distance)☆689Updated last year
- High performance Trie and Ahocorasick automata (AC automata) Keyword Match & Replace Tool for python. Correct case insensitive implementa…☆95Updated 11 months ago
- English word segmentation, written in pure-Python, and based on a trillion-word corpus.☆376Updated 2 years ago
- spellchecking library for python☆614Updated 2 weeks ago
- Python port of SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm…☆845Updated 3 weeks ago
- Constants used in Chinese text processing☆377Updated 9 months ago
- Fast multi-keyword search engine for text strings☆257Updated last year
- The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity☆389Updated 3 years ago
- MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble and HNSW☆2,780Updated last year
- An efficient simhash implementation for python☆126Updated 5 years ago
- ☆174Updated 6 months ago
- DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.☆303Updated last year
- CRFsuite: a fast implementation of Conditional Random Fields (CRFs)☆662Updated last year
- scikit-learn inspired API for CRFsuite☆431Updated 2 years ago
- A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)☆1,151Updated last year
- AutoPhrase: Automated Phrase Mining from Massive Text Corpora☆1,197Updated 3 years ago
- Locality Sensitive Hashing using MinHash in Python/Cython to detect near duplicate text documents☆291Updated 2 years ago
- Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/☆760Updated 2 weeks ago
- Use C Api and Swig to Speed up jieba 高效的中文分词库☆638Updated 4 years ago
- 🐍 A CPython extension for the Hyperscan regular expression matching library.☆183Updated last month