anknown/ahocorasick
A faster and more efficient Golang implement of Aho-Corasick algorithm using Double Array Trie
GoMIT
Issues
- 2
feature request: case insensitive matching
#5 opened by kmanley - 1
- 3
- 0
I do not know how to describe
#11 opened by shima-park - 5
Bug Report: The algorithm fails to match keywords accurately in marginal cases.
#9 opened by Aaronong - 0
Parallel using
#6 opened by maxjust - 2
- 2
- 1
- 1
Is it safe for multiple goroutines to call MultiPatternSearch concurrently on the same Machine?
#3 opened by kmanley - 2
License?
#1 opened by pombredanne