19 results found Sort:

854
4.8k
apache-2.0
103
一款高性能敏感词(非法词/脏字)检测过滤组件,附带繁体简体互换,支持全角半角互换,汉字转拼音,模糊搜索等功能。
Created 2016-12-19
503 commits to master branch, last one 2 months ago
97
1.0k
unlicense
19
A fast implementation of Aho-Corasick in Rust.
Created 2015-06-11
293 commits to master branch, last one 2 months ago
126
961
bsd-3-clause
21
Python module (C extension and plain python) implementing Aho-Corasick algorithm
Created 2013-05-30
530 commits to master branch, last one 9 months ago
An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
Created 2015-04-08
59 commits to master branch, last one 3 years ago
55
217
unknown
8
A C++ implementation of the aho corasick pattern search algorithm
Created 2015-04-16
18 commits to master branch, last one 6 years ago
Pure python Aho-Corasick library.
Created 2018-02-28
183 commits to master branch, last one about a year ago
14
207
apache-2.0
4
🐎 A fast implementation of the Aho-Corasick algorithm using the compact double-array data structure in Rust.
Created 2021-09-02
192 commits to main branch, last one 2 months ago
13
168
apache-2.0
19
Check for multiple patterns in a single string at the same time: a fast Aho-Corasick algorithm for Python
Created 2021-04-14
302 commits to main branch, last one 2 months ago
27
154
apache-2.0
9
WuManber text search/matching implementation using c#
Created 2018-01-10
16 commits to master branch, last one 2 years ago
用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
Created 2020-11-10
99 commits to main branch, last one about a month ago
20
118
gpl-2.0
6
A fast and memory efficient implementation of aho-corasick algorithm based on double-array trie (cedar), supports visualizing structure via graphviz.
Created 2017-07-28
73 commits to master branch, last one 11 months ago
16
117
apache-2.0
10
Generic algorithms and data structures for Lazarus/Free Pascal
Created 2018-04-19
3,888 commits to master branch, last one 5 days ago
基于民航业知识图谱的自动问答系统
Created 2020-07-12
53 commits to master branch, last one 2 years ago
Aho-corasick for javascript.
Created 2017-11-27
19 commits to master branch, last one 4 months ago
efficient string matching in Golang via the aho-corasick algorithm.
Created 2021-04-23
33 commits to master branch, last one 8 months ago
Aho-Corasick multi-string search for .NET and SQL Server.
Created 2015-03-26
235 commits to master branch, last one 5 days ago
10
50
apache-2.0
17
A PHP implementation of the Aho-Corasick string search algorithm. Mirror from https://gerrit.wikimedia.org/g/AhoCorasick - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/w...
Created 2015-06-07
85 commits to master branch, last one 24 days ago
📒 An Aho-Corasick algorithm based string-searching utility for Go. It supports tokenization, ignoring case, replacing text. So you can use it to find keywords in an article, filter sensitive words, e...
Created 2022-04-21
18 commits to main branch, last one 2 years ago
📒 An Aho-Corasick algorithm based string-searching utility for Java. It supports tokenization, ignoring case, replacing text. So you can use it to find keywords in an article, filter sensitive words,...
Created 2022-04-20
10 commits to main branch, last one 2 years ago