An open API service indexing awesome lists of open source software.

https://github.com/hkspirt/ahocorasick

基于ahocorasick算法的敏感词过滤,支持中文、线程安全
https://github.com/hkspirt/ahocorasick

ahocorasick goroutine-safe utf-8

Last synced: 5 months ago
JSON representation

基于ahocorasick算法的敏感词过滤,支持中文、线程安全

Awesome Lists containing this project

README

          

# ahocorasick
基于ahocorasick算法的敏感词过滤,支持中文、线程安全

# 基于gansidui版本优化
[gansidui原版](https://github.com/gansidui/ahocorasick)
```
增加Has接口
增加Replace接口
增加多线程支持
```