Find parts of long text or data, allowing for some changes/typos.
-
Updated
May 24, 2025 - Python
Find parts of long text or data, allowing for some changes/typos.
IDAPython plugin for finding function strings recursively
Efficiently search the most similar strings against the query in Python.
Package pyalgs implements algorithms in Robert Sedgwick's Algorithms using Python
Less-wrong single-file Numba-accelerated Python implementation of Gotoh affine gap penalty extensions for the Needleman–Wunsch, Smith-Waterman, and Levenshtein algorithms for sequence alignment
➡他们是怎么把 KMP 算法讲得这么复杂的?为了降低搜索算法的学习门槛,我设计了一种带有二分法思维的搜索算法 Jitter Search。
KMP string search algorithm implemented in Python
Fast(ish) string similarity for one vs many comparisons.
A concise yet efficient implementation for the statistics of each tag's set of key phrases over input lines in Python.
Python library for checking string consistency between files.
This code is a way to find text with unknown encodings
Narrowly, Find sequences including nucleotide(or amino acid) spacers (Broadly, you can find the speific sequences of front and back while ignoring the middle sequences), and Write the result of finding them to csv files.(Language: Python3.9)
KMP (Knuth-Morris-Pratt) String Search Algorithm
A convenient implementation of the Aho-Corasick algorithm to find multiple search patterns
Command line utility to search data for matching patterns
A small tool to find a string in a directory
Add a description, image, and links to the string-search topic page so that developers can more easily learn about it.
To associate your repository with the string-search topic, visit your repo's landing page and select "manage topics."