Skip to content

A Golang implementation of the Aho-Corasick string matching algorithm

License

Notifications You must be signed in to change notification settings

userpro/ahocorasick

 
 

Repository files navigation

Overview

fork from https://github.com/issamemari/ahocorasick

新增:

  • 支持中文
  • 动态增删改规则能力
  • 批量添加删除接口
  • 更细致的匹配类型(前缀、后缀、包含、精确)

详细用法可见 test 文件

About

A Golang implementation of the Aho-Corasick string matching algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.5%
  • Makefile 0.5%