pyahocorasick
String searcher
A fast and memory-efficient library for exact or approximate string search
Python module (C extension and plain python) implementing Aho-Corasick algorithm
961 stars
21 watching
126 forks
Language: C
last commit: 11 months ago
Linked from 1 awesome list
aho-corasickautomatonstring-manipulationtrie
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of the Aho-Corasick string matching algorithm in C++ and Lua. | 152 |
| A Go library implementing a data structure for fast prefix and fuzzy string searching | 766 |
| A Python library providing algorithms and encoding schemes for approximate string matching. | 2,075 |
| A library that provides optimized string manipulation functions to improve performance on modern CPUs. | 2,290 |
| A library that parses strings using a specification based on the Python format() syntax | 1,732 |
| A command-line tool that uses regular expressions to analyze Google search results and extract data from web applications. | 134 |
| A search engine interface for Common Lisp libraries and repositories. | 50 |
| A Python wrapper around an open-source search engine API | 469 |
| A tool to generate shell aliases for quickly jumping to search matches in editors. | 597 |
| A tool that uses tree-sitter grammars to search for structure in code files. | 301 |
| A Flask extension that provides full-text search functionality with support for multiple backends and indexing options. | 215 |
| An optimized string class with an adaptive hash table for fast searching and comparisons | 126 |
| Provides a lightweight Python interface to interact with Apache Solr search engine | 667 |
| A tool for searching for specific strings within files using a needle-sift algorithm | 30 |
| A fast parser combinator library for efficient text parsing in network protocols and file formats | 513 |