string-matching topic
strsim
string similarity based on Dice's coefficient in go
ahocorasick
Aho-corasick for javascript.
aho-corasick
efficient string matching in Golang via the aho-corasick algorithm.
pcre-ocaml
OCaml bindings to PCRE (Perl Compatibility Regular Expressions)
Levenshtein
The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
RapidFuzz
Rapid fuzzy string matching in Python using various string metrics
rapidfuzz-cpp
Rapid fuzzy string matching in C++ using the Levenshtein Distance
ToolGood.Words
一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。
go-edlib
📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
strutil
Golang metrics for calculating string similarity and other string utility functions