package
module
Version:
v0.0.0-...-c8958a9
Opens a new window with list of versions in this module.
Published: Sep 13, 2018
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ahocorasick
基于ahocorasick算法的敏感词过滤,支持中文、线程安全
基于gansidui版本优化
gansidui原版
增加Has接口
增加Replace接口
增加多线程支持
Documentation
¶
type ACMatcher struct {
}
包含敏感词位置、个数,统计所有可能项,比如"民主权"会统计成两个词
将s中的敏感词替换为repl,一旦匹配到敏感词立即替换,不会参与后续匹配
Source Files
¶
Click to show internal directories.
Click to hide internal directories.